David Bomba
43b2bef464
Cleaner error handling for gateway errors
2024-09-06 09:40:42 +10:00
David Bomba
0017307e39
Minor fixes for PayPalOM
2024-09-06 08:54:26 +10:00
David Bomba
7444355dee
Fixes for first selction on Radio Buttons
2024-09-06 08:17:03 +10:00
Benjamin Beganović
1d45a3944b
fixes for becs ( #99 )
2024-09-06 07:33:09 +10:00
Benjamin Beganović
3a609f19b1
Stripe BACS: Preselect payment method ( #98 )
...
* preselect first method for bacs
* assets rebuild
2024-09-06 07:32:50 +10:00
Benjamin Beganović
b4ee01cc60
Fixes for Stripe ACSS ( #97 )
...
* fixes for post-auth redirect on acss
* preselect first acss account
* clean up
2024-09-06 07:32:34 +10:00
David Bomba
ee399ae30b
Merge pull request #9971 from heddn/php83
...
Update PHP 8.3 in test runner
2024-09-06 07:23:56 +10:00
David Bomba
de87b03952
Minor fixes for invoice summaryu
2024-09-05 21:23:40 +10:00
David Bomba
7bf7ae1d31
Fixes for instant bank payment
2024-09-05 19:41:21 +10:00
David Bomba
2082d2bf8a
updates for Forte
2024-09-05 19:05:37 +10:00
David Bomba
31da9cf5ab
updates for Forte
2024-09-05 19:04:40 +10:00
David Bomba
59ba737f5d
Fixes for redirect URL when client portal is disabled
2024-09-05 16:08:09 +10:00
David Bomba
45553416de
Fixes for flow2
2024-09-05 15:55:14 +10:00
cnohall
886d1af824
setup callback logic
2024-09-05 14:29:16 +09:00
David Bomba
63f3115a02
Error handling in livewire
2024-09-05 15:06:21 +10:00
David Bomba
076f168707
Working on payment flows
2024-09-05 13:57:03 +10:00
cnohall
3e5d598d53
update UI on checkout page
2024-09-05 12:33:28 +09:00
David Bomba
c74fac68f4
Fixes for disabled client portal payments
2024-09-05 13:22:55 +10:00
David Bomba
500f289647
Add ACSS or USD option for ACSS transfers
2024-09-05 11:55:47 +10:00
David Bomba
5b290a99b4
Merge new payment flow v2
2024-09-05 11:34:29 +10:00
cnohall
3de0e6367f
add timer
2024-09-05 10:06:44 +09:00
David Bomba
b05e58beb9
Minor annotations for Stripe SEPA
2024-09-05 10:51:32 +10:00
David Bomba
59bcd30b77
Minor annotations for Stripe SEPA
2024-09-05 10:50:36 +10:00
cnohall
2be83cb897
show btc_address
2024-09-05 09:49:46 +09:00
cnohall
f3d12fb977
Now correctly displaying btc amount
2024-09-05 09:39:32 +09:00
Benjamin Beganović
8268dc332b
Braintree: Show loader on PayPal when redirecting ( #96 )
...
* add spinner
* show spinner on successful run
* assets rebuild
2024-09-04 18:36:45 +02:00
Benjamin Beganović
dfd12adb56
Authorize.net: Upgrade authorize to use Simple Card ( #95 )
...
* update authorize view
* update js
* assets rebuild
2024-09-04 18:36:32 +02:00
David Bomba
57f1eebb30
Fixes for namespace
2024-09-04 18:36:20 +02:00
Benjamin Beganović
babd4580d2
New payment flow: Masking with blank space ( #94 )
...
* bump simple card to .4
* update authorize
* update forte
* assets build
2024-09-04 18:36:07 +02:00
David Bomba
b4d1504c9b
Fixes for required fields for paytrace
2024-09-04 18:35:54 +02:00
Benjamin Beganović
236c55de33
Paytrace: Add loaders ( #93 )
...
* nullable access payment hash data
* add loaders to js
* add loaders to authorize
* assets build
2024-09-04 18:35:32 +02:00
Benjamin Beganović
eb914df7ac
Forte: Refactor authorization ( #90 )
...
* include sc in pay
* refactor authorize
* include sc in pay livewire
2024-09-04 18:35:26 +02:00
Benjamin Beganović
1add1b392f
New payment flow. Fixes for meta ref ( #92 )
...
* authorize
* eway
* bacs
* becs
* credit card
* przelewy24
2024-09-04 18:35:19 +02:00
Benjamin Beganović
c341dfd3cd
Eway: Add loaders ( #91 )
...
* eway: add loaders
* assets build
2024-09-04 18:35:06 +02:00
Benjamin Beganović
414cfca1af
New payment flow: Various fixes ( #89 )
...
* assets builds
* authorize: use simple-card from asset
* forte: use simple-card from asset
* remove @invoiceninja/simple-card from package
* update usages
* stripe: ach fix
* stripe: alipay fix
* stripe: bacs fix
* stripe: acss fix
* stripe: giropay fix
* assets build
2024-09-04 18:34:59 +02:00
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ć
f6333fcae0
Fixes for CVV issues on Authorize & Forte ( #84 )
...
* fixes for forte
* fixes for authorize
2024-09-04 18:34:15 +02:00
Benjamin Beganović
0e8da70f77
Apply Livewire patch to load assets async ( #85 )
...
* apply livewire local patch
* assets build
* remove manual chunking
* assets build
2024-09-04 18:34:10 +02:00
David Bomba
f45c476d5b
Fixes for pp cc
2024-09-04 18:33:54 +02:00
Benjamin Beganović
3b9f1e55fd
Fixes for Forte & Authorize.net ( #83 )
...
* configure manual chunks for forte & authorize
* assets build
2024-09-04 18:32:49 +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
David Bomba
b4810434c2
Updates for multi invoice payment flow
2024-09-04 18:29:23 +02:00
David Bomba
c01bc9bda8
Updates for payment flow
2024-09-04 18:28:05 +02:00
David Bomba
1f2bb6adf7
Improve new flow
2024-09-04 18:27:51 +02:00
Benjamin Beganović
cacd3e0790
New payment flow: Refactor base driver ( #70 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
2024-09-04 18:27:08 +02:00
Benjamin Beganović
83ced6d340
GoCardless: New payment flow ( #72 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* gocardless
2024-09-04 18:26:26 +02:00
Benjamin Beganović
8fbd8a9593
Mollie: New payment flow ( #73 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* mollie
* credit card
2024-09-04 18:26:22 +02:00
Benjamin Beganović
d68b75641a
BTCPay: New payment flow ( #76 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* btcpay
2024-09-04 18:26:15 +02:00
Benjamin Beganović
49d96e57bb
Braintree: New payment flow ( #77 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* braintree
2024-09-04 18:26:10 +02:00
Benjamin Beganović
fc80287429
Paytrace: New payment flow ( #74 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* paytrace
2024-09-04 18:25:24 +02:00