1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 23:22:52 +01:00
Commit Graph

101 Commits

Author SHA1 Message Date
Benjamin Beganović
65491a6e5e New payment flow: Various fixes (#88)
* checkout: fixes for view

* alipay: fixes for method implementation

* checkout: fixes for instant payments

* livewire: revert back the local patch

* remove livewire local patch
2024-09-04 18:34:35 +02:00
Benjamin Beganović
f564e7529d PayPal: New payment flow (#81)
* extract payment view and data

* scaffold pay livewire

* express

* fix for checkout interface

* card

* rest

* ppcp

* assets build

* fix for duplicate pay button
2024-09-04 18:31:47 +02:00
Benjamin Beganović
364a57c857 Stripe: New payment flow (#67)
* stripe: ach

* stripe: klarna

* stripe: bank transfer

* assets build

* stripe: bacs

* stripe: bancontact

* stripe: becs

* stripe: eps

* stripe: fpx

* stripe: giropay

* stripe: ideal

* stripe: przelewy24

* stripe: sepa

* stripe: sofort

* assets build

* assets build

* pass context payload into livewirePaymentView

* update checkout.com

* update livewire method interface

* stripe: acss

* align methods with interface (array $data)
2024-09-04 18:24:05 +02:00
Benjamin Beganović
a4592d666b Refactor context passing between methods and Livewire (#65)
* checkout.com credit card payment for livewire

* implement interface for livewire view

* livewire method interface

* implement interfaces

* assets production build

* checkout.com: credit card

* stripe: credit card

* lift up logic from process payment component

* update stripe payment view logic

* wait fn for mounting existing JS

* credit card: simplify data passing

* stripe: browser pay

* stripe cc: remove getData

* stripe: cc

* stripe: alipay

* checkout :cc

* stripe: apple pay

* stripe: browser pay

* assets production build
2024-09-04 18:22:14 +02:00
David Bomba
0777c6e43c Extend webhook delay for mollie 2024-08-13 15:14:41 +10:00
David Bomba
028eb24fd9 Static analysis 2024-06-28 15:16:08 +10:00
David Bomba
f68d1d3053 Static Analysis 2024-06-18 09:41:22 +10:00
David Bomba
38114d0c48 Minor fixes - add referral code to user transformer 2024-06-16 19:16:42 +10:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba
c5b6938447 php cs fixer 2024-02-13 15:25:18 +11:00
David Bomba
753c9c4239 Update Checkout.com customer on successful payment 2024-01-27 16:08:54 +11:00
David Bomba
7f5ffe9f73 Update client details in checkout.com if configured to do so 2024-01-14 15:25:21 +11:00
David Bomba
40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba
689d27cda3 Catch additional errors for checkout.com 2023-11-24 22:46:23 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba
52ad04dcc1 Minor fixes for checkout response 2023-09-25 05:54:39 +10:00
David Bomba
a0a6054faa Fixes for Checkout v3 2023-09-12 10:27:30 +10:00
David Bomba
f3b1e93873 Set public/private for documents 2023-08-16 00:23:18 +10:00
David Bomba
d2fbf34beb Fixes for static analysis 2023-08-15 22:47:54 +10:00
David Bomba
f01fa763c1 Updates for static analysis 2023-08-07 08:23:13 +10:00
David Bomba
3e657a9886 Add checkout webhooks on create/update 2023-07-21 21:58:04 +10:00
David Bomba
2ed80ee678 Additions for checkout.com webhooks 2023-07-21 21:01:22 +10:00
David Bomba
47a8e4fe6a Add Webhooks for Checkout.com 2023-07-21 15:48:10 +10:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
f8a9220531 Fixes for quote queries 2023-01-16 07:54:49 +11:00
David Bomba
22b2a50526 Fixes for checkout reference lengths 2022-12-23 21:45:33 +11:00
David Bomba
2b4c3b799d Logging for checkout 3ds error handling 2022-12-20 12:46:23 +11:00
David Bomba
6f0f0a4ffa Fixes for Checkout authorization failure exception handling 2022-12-20 12:41:34 +11:00
David Bomba
0815a0ff69 Implement checkout object for phone 2022-11-29 23:14:01 +11:00
David Bomba
a595c23b0c Handle checkout failures 2022-11-12 09:00:54 +11:00
David Bomba
569fa064e3 Additional logging for Checkout transactions 2022-11-11 15:16:03 +11:00
David Bomba
e43d638d10 Improve error handling with Checkout Payment Gateway 2022-11-04 14:36:47 +11:00
David Bomba
ce47e30aa2 Merge branch 'v5-develop' into yodlee 2022-10-24 08:43:02 +11:00
David Bomba
76525ceacf System Log Checkout Failures 2022-10-18 20:30:55 +11:00
David Bomba
212c5706b3 Cleanup 2022-09-14 19:49:23 +10:00
Shift
299464f604
Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
2022-06-21 09:58:11 +00:00
Shift
19080933b6
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.

For more information on customizing the code style applied by Shift, [watch this short video][4].

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00
David Bomba
63468a1669 Checkout v2 refund refactor 2022-06-16 11:21:10 +10:00
David Bomba
9856946302 Checkout v2 refactor 2022-06-16 10:01:24 +10:00
David Bomba
3f8449ba01 Checkout v2 refactor 2022-06-15 22:47:25 +10:00
David Bomba
6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba
fb1e27ba7d Clean up for due date days recurring invoices 2022-02-16 13:24:10 +11:00
David Bomba
6f5145a049 Add meta data to checkout payments 2022-02-09 18:48:08 +11:00
David Bomba
cea49c43fc Minor fixes 2022-02-01 10:03:51 +11:00
David Bomba
7b97729eee Fixes for Check 3DS 2021-12-21 13:45:00 +11:00
David Bomba
94fa01091d Fixes for user notifications 2021-11-27 19:59:55 +11:00
David Bomba
dc1fe692a3 Adjustments for entity notifications 2021-11-27 15:54:49 +11:00
David Bomba
e37a0781cc
Merge pull request #6873 from beganovich/issue-742
Square: Credit card fixes
2021-10-27 03:57:17 +11:00
Benjamin Beganović
f8ee3d5925 Update typehints for Request class 2021-10-26 16:21:26 +02:00