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
David Bomba
f45c476d5b
Fixes for pp cc
2024-09-04 18:33:54 +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
Benjamin Beganović
cbd852a0fc
Payfast: New payment flow ( #78 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* payfast
2024-09-04 18:25:17 +02:00
Benjamin Beganović
503e95a691
Razorpay: New payment flow ( #79 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* razorpay
2024-09-04 18:25:10 +02:00
Benjamin Beganović
eb1576aa7c
Square: New payment flow ( #75 )
...
* pass livewirePaymentView & processPaymentView thru base driver
* square
2024-09-04 18:24:53 +02:00
Benjamin Beganović
339a92fa6f
eway ( #69 )
2024-09-04 18:24:46 +02:00
Benjamin Beganović
e7f41c1dba
Authorize.net: New payment flow ( #68 )
...
* fixes for validation errors
* authorize.net
* pass livewirePaymentView & processPaymentView thru base driver
* add paymentData to the interface
* authorize.net credit card
2024-09-04 18:24:34 +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
Benjamin Beganović
8d4ab0cd69
New payment flow ( #64 )
...
* remove context from invoice-pay
* withsecurecontext trait
* update usages
* wip
* wip
* wip
* wip
* wip
2024-09-04 17:41:39 +02:00
David Bomba
e70de19c9d
Required fields
2024-09-04 17:37:27 +02:00
David Bomba
78f79a341e
improvements for validation of over/under payments
2024-09-04 17:36:58 +02:00
David Bomba
0605154d73
Working on integrating multiple invoice payments
2024-09-04 17:34:27 +02:00
David Bomba
96a3599b7e
improvements for validation of over/under payments
2024-09-04 17:31:29 +02:00
David Bomba
6983104f40
Improvements fo reactivity
2024-09-04 17:31:04 +02:00
David Bomba
ae2bf51028
new payment flow
2024-09-04 17:29:41 +02:00
David Bomba
157841da9b
Updates for new payment flow
2024-09-04 17:25:25 +02:00
David Bomba
a47040aa15
Updated - now trying to get vite and livewire to play nice
2024-09-04 17:21:23 +02:00
David Bomba
cfe04bfa7c
Add new entry point for livewire component payments
2024-09-04 17:03:48 +02:00
David Bomba
985cdafdc2
Updated flow
2024-09-04 17:01:01 +02:00
David Bomba
76f6c51a1b
Payment methods
2024-09-04 16:58:02 +02:00
David Bomba
c7d6b50778
Payment float
2024-09-04 16:57:38 +02:00
David Bomba
0f27b8474c
New payment flow
2024-09-04 16:57:06 +02:00
David Bomba
e7479d6a41
Updates for template service properties
2024-09-02 10:35:20 +10:00
David Bomba
e5e7a17d82
Fixes for confirming gateway feesg
2024-09-02 09:00:13 +10:00
David Bomba
d153ecbe1f
Set blank string for signature date
2024-09-01 10:39:58 +10:00
David Bomba
a809828dc1
Minor fixes
2024-09-01 10:38:02 +10:00
David Bomba
565a4d377d
Remove paypal express, omnipay
2024-08-31 08:55:22 +10:00
David Bomba
b58e5f5bb7
Refactor for validation
2024-08-30 16:17:09 +10:00
David Bomba
516533c374
Move null filter to basemodel
2024-08-30 15:44:01 +10:00
David Bomba
94da1d9ded
Logic to update e_invoice
2024-08-30 15:00:25 +10:00
David Bomba
c52bc3dae7
Static Analysis
2024-08-30 14:45:16 +10:00
David Bomba
f69cfb0ffa
Enforce client currency_id
2024-08-30 14:08:09 +10:00
David Bomba
8eb26085f0
Updates for email template variables
2024-08-30 13:50:03 +10:00
David Bomba
1241d8226d
change from sleep to usleep for mollie
2024-08-30 13:36:21 +10:00
David Bomba
adf93942b2
Fixes for BTC Pay
2024-08-30 11:10:18 +10:00
David Bomba
638c823722
Clean up for Peppol
2024-08-30 09:49:43 +10:00
David Bomba
52630f06e3
Sending einvoices
2024-08-29 15:51:48 +10:00
David Bomba
73ed01a9bc
Static Analysis
2024-08-29 15:25:20 +10:00