Kishan Patel
c23e53af2d
Refund feature added.
2022-08-15 19:21:21 +05:30
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
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
31054c8a13
Vendor Portal stubs
2022-06-13 20:34:40 +10:00
David Bomba
54c97a8755
Fixes for GoCardless webhooks
2022-06-11 07:02:24 +10:00
David Bomba
e153a0a06a
Update license
2022-06-08 14:25:44 +10:00
David Bomba
38b77e72fe
Fixes for gocardless events
2022-06-02 07:33:06 +10:00
David Bomba
7a4c1f1779
Merge pull request #7486 from yois615/v5-develop
...
Auth.net Level 2 tax data
2022-06-01 09:37:55 +10:00
yois615
51b21f512f
Auth.net Level 2 tax data
...
Transactions are downgraded to higher interchange fees
if Level 2 data is not submitted with the transaction. This
commit ensures that the data is transmitted accordingly.
2022-05-30 09:50:36 -04:00
David Bomba
a96ff66dee
Configure webhooks on gateway creation
2022-05-30 20:08:12 +10:00
David Bomba
4b796fe362
Adjustments for Stripe Webhooks
2022-05-30 20:05:34 +10:00
=
61eb3380dd
Add Stripe Webhooks automagically
2022-05-30 08:19:16 +10:00
David Bomba
808e54aa9a
fixes for mollie
2022-05-24 20:12:24 +10:00
David Bomba
6a17a58df3
Merge branch 'stripe_ach_refactor' into v5-develop
2022-05-19 16:00:18 +10:00