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

1875 Commits

Author SHA1 Message Date
David Bomba
6876a647ca powerboard 2024-09-06 19:15:08 +10:00
David Bomba
454f7df01e Powerboard 2024-09-06 18:31:00 +10:00
David Bomba
54c1831228 Powerboard 2024-09-06 15:15:33 +10:00
David Bomba
30ff490977 powerboard 2024-09-06 14:34:54 +10:00
David Bomba
3de9c99d34 powerboard 2024-09-06 14:26:13 +10:00
David Bomba
0017307e39 Minor fixes for PayPalOM 2024-09-06 08:54:26 +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
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
David Bomba
076f168707 Working on payment flows 2024-09-05 13:57:03 +10: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
David Bomba
59bcd30b77 Minor annotations for Stripe SEPA 2024-09-05 10:50:36 +10: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ć
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ć
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ć
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
David Bomba
a47040aa15 Updated - now trying to get vite and livewire to play nice 2024-09-04 17:21:23 +02:00
David Bomba
72c818bed0 Push back flow2 js changes 2024-09-04 17:30:53 +10:00
David Bomba
690ed95c9a Fixes for Stripe 2024-09-04 15:57:36 +10:00
David Bomba
35c79dbc50 Fixes for new payment flow 2024-09-04 13:50:37 +10:00
David Bomba
cba76cd608 Add back interface methods for new payment flows 2024-09-04 13:48:23 +10:00
David Bomba
4e59f4d8a8 Fixes for new payment flow 2024-09-04 13:36:50 +10:00
David Bomba
bca672a1fb Fixes for new payment flow 2024-09-04 13:20:40 +10:00
David Bomba
c6d5676d3e Merge new payment flow 2024-09-04 13:00:04 +10:00
David Bomba
9b2d745bcf Updates to allow pink auto billing 2024-09-04 12:26:35 +10:00
David Bomba
bff5b627fd Set most recent payment method as default 2024-09-03 12:57:41 +10:00
David Bomba
0138d8d246 Set most recent payment method as default 2024-09-03 11:48:31 +10:00
David Bomba
e5e7a17d82 Fixes for confirming gateway feesg 2024-09-02 09:00:13 +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
f77bfe2bc7 Fixes for required fields for paytrace 2024-08-30 14:16:35 +10:00