David Bomba
50f08362a3
Minor fixes for stripe imports
2022-09-21 20:35:36 +10:00
David Bomba
9a3a912549
Fixes for checkout.com customer request class
2022-09-21 12:56:16 +10:00
David Bomba
0d2cd69ad3
Implement 3DS for Braintree
2022-09-21 12:43:24 +10:00
David Bomba
630d591fd4
Fixes for adding a payment method with Checkout.com
2022-09-14 19:57:06 +10:00
David Bomba
2845f2c79e
Set SEPA stripe token payments to pending
2022-09-14 10:51:41 +10:00
David Bomba
be19d42e78
Update customer details
2022-09-13 09:59:16 +10:00
David Bomba
99045110ed
Additional checks for GoCardless webhooks
2022-09-08 15:58:34 +10:00
David Bomba
7381ceecbc
Update client presenter methods
2022-09-05 13:12:47 +10:00
David Bomba
8ba5e12778
Fixes for braintree
2022-09-05 13:01:13 +10:00
David Bomba
5f3d48e189
Check for valid bank account property before attempting to iterate
2022-09-02 07:36:41 +10:00
David Bomba
e0c1d0d29e
Merge pull request #7746 from kishanmnpatel/refund_feature_added_for_forte
...
Refund feature added for Forte
2022-08-16 07:34:44 +10:00
Kishan Patel
c23e53af2d
Refund feature added.
2022-08-15 19:21:21 +05:30
David Bomba
372ec488bc
Paytrace cleanup
2022-08-14 08:57:59 +10:00
David Bomba
fd551c563d
Additional checks for checkout.com
2022-08-12 11:25:10 +10:00
David Bomba
45df81ceab
Catch when braintree does not create the customer
2022-08-12 11:02:16 +10:00
David Bomba
b688a432ab
Make square postal code optional
2022-08-12 10:24:51 +10:00
David Bomba
b8f76691fa
Make stripe postal code optional
2022-08-12 10:04:08 +10:00
David Bomba
b35cb2be35
Fixes for paytrace:
2022-08-12 09:23:52 +10:00
David Bomba
e0e702d87f
Fixes for language init
2022-08-11 09:34:13 +10:00
David Bomba
3b136a7539
Merge pull request #7711 from kishanmnpatel/system_logger_for_forte
...
System logger added for Forte.
2022-08-09 08:15:25 +10:00
David Bomba
603fa858e1
Paytrace cleanup
2022-08-09 07:39:38 +10:00
Kishan Patel
2f80012f64
Merge branch 'v5-develop' into system_logger_for_forte
2022-08-08 08:41:15 +05:30
David Bomba
15991c9b5b
Update description of changes
2022-08-08 07:50:55 +10:00
David Bomba
7fb139cd9b
Fixes for stripe catching aborted payments
2022-08-08 07:35:00 +10:00
Kishan Patel
8438b1ed87
system logger added for Forte.
2022-08-04 19:32:15 +05:30
David Bomba
6b30b38e32
Fixes for update customer
2022-08-04 13:37:16 +10:00
David Bomba
adcdd69177
Update customer for stripe
2022-08-04 13:23:49 +10:00
David Bomba
12febeadfe
Update customer for stripe
2022-08-04 13:22:19 +10:00
David Bomba
0ba05bc985
Update customer for stripe
2022-08-04 13:19:34 +10:00
David Bomba
24b37e2789
Minor fixes for PDF generation
2022-08-04 12:40:14 +10:00
David Bomba
cbcf0dc238
Update customers for stripe
2022-08-03 20:06:09 +10:00
David Bomba
7594397d2a
Force required fields for paytrace
2022-08-02 19:38:11 +10:00
David Bomba
0d4eb7e37a
rebasing commits from v5-develop
2022-07-27 11:28:30 +10:00
David Bomba
8e654c21ce
Merge v5
2022-07-25 15:28:06 +10:00
David Bomba
013ce5e6e4
Add logging for stripe intents
2022-07-24 17:38:24 +10:00
David Bomba
e337abe819
Patches from v5-dev
2022-07-20 10:56:02 +10:00
David Bomba
c3f9addeca
Update Stripe responses for redirect_status
2022-07-19 07:59:20 +10:00
David Bomba
071f2ee102
Post Merge v5-develop
2022-07-15 17:41:30 +10:00
David Bomba
d0759b1215
Fixes for required fields
2022-07-14 10:39:55 +10:00
David Bomba
bea7cdf9a1
Minor fixes for Forte
2022-06-24 16:06:44 +10:00
David Bomba
50402559a5
Merge pull request #7373 from kishanmnpatel/forte_payment_driver
...
Forte payment driver
2022-06-24 07:34:31 +10:00
David Bomba
9174746956
Fixes for stripe webhooks
2022-06-23 20:55:26 +10:00
Kishan Patel
c30616fc46
calculation updated for credit card.
2022-06-23 12:03:57 +05:30
Shift
0a20889916
Convert optional()
to nullsafe operator
2022-06-21 09:59:25 +00: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
Kishan Patel
203f6184bf
service fee related issue solved.
2022-06-20 16:29:19 +05:30
David Bomba
9fbe81302e
Add logging for payment intents
2022-06-19 17:39:25 +10:00
David Bomba
6444ed02ae
Version bump for checkout refactor + dependency update
2022-06-16 11:51:42 +10:00
David Bomba
63468a1669
Checkout v2 refund refactor
2022-06-16 11:21:10 +10:00