1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 15:42:51 +01:00
Commit Graph

292 Commits

Author SHA1 Message Date
Benjamin Beganović
6aefbbf2c6
Mollie: New payment flow (#73)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* mollie

* credit card
2024-08-09 09:09:20 +10:00
Benjamin Beganović
59666dc5db
Braintree: New payment flow (#77)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* braintree
2024-08-09 09:08:54 +10:00
Benjamin Beganović
6351e209d2
Paytrace: New payment flow (#74)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* paytrace
2024-08-09 09:08:36 +10:00
Benjamin Beganović
dd3e98eb30
Razorpay: New payment flow (#79)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* razorpay
2024-08-09 09:08:00 +10:00
Benjamin Beganović
0b01bacb78
update instant payment refs (#80) 2024-08-09 09:07:55 +10:00
Benjamin Beganović
dc401a4da6
Square: New payment flow (#75)
* pass livewirePaymentView & processPaymentView thru base driver

* square
2024-08-09 09:07:51 +10:00
Benjamin Beganović
b63e413d6e
eway (#69) 2024-08-09 09:07:35 +10:00
Benjamin Beganović
0fff78b0a0
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-08-09 09:07:23 +10:00
Benjamin Beganović
0de492d96f
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-07-16 18:43:55 +10:00
Benjamin Beganović
1f7904e317
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-07-10 09:55:36 +10:00
David Bomba
a83cb0c3b2 working on payment flow 2024-07-01 07:44:03 +10:00
David Bomba
0c60a11989 Search filters for recurring invoices 2024-06-19 09:09:44 +10:00
David Bomba
e8907beeab Updates for translations 2024-05-20 07:50:39 +10:00
Benjamin Beganović
d1980ec9c3 Add nextButton references to Payment class 2024-01-31 18:59:50 +01:00
Benjamin Beganović
290827b2d8 Refactor Payment class to handle additional steps 2024-01-31 18:47:43 +01:00
David Bomba
4f9400454a Rebundle livewire using ESM 2024-01-14 12:00:51 +11:00
David Bomba
4b5b8ae0ba Refactor for Stripe ACSS payments 2023-12-18 15:25:16 +11:00
David Bomba
4a8987cf8f Disable payment buttons on submit 2023-12-07 13:59:36 +11:00
David Bomba
f80767bcfc Minor fixes for eway 2023-10-03 09:08:27 +11:00
Benjamin Beganović
1ebc6016ab Replace require with ES imports 2023-09-04 16:12:21 +02:00
David Bomba
8e65026508 Fixes for showing signatures / terms 2023-07-16 12:40:32 +10:00
David Bomba
3b891612a2 fixes for storing credit card tokens with square 2023-07-07 12:24:09 +10:00
David Bomba
37e1f484ce Fixes for paytrace payment method authorization 2023-06-23 23:53:59 +10:00
David Bomba
90d90dc97b Updates for auth.net and require cvv codes 2023-06-03 09:06:10 +10:00
David Bomba
eda8439f02 Paytrace Credit card Styling 2023-05-24 09:53:11 +10:00
David Bomba
44dd0c975e Minor fixes for rendering 2023-05-22 08:20:49 +10:00
David Bomba
9f8c5ad1be fixes for stripe cc console errors 2023-03-12 15:51:26 +11:00
David Bomba
b346445c35
Merge branch 'v5-develop' into v5-develop 2023-03-11 18:30:23 +11:00
David Bomba
6496b99379 Fixes for EPS 2023-02-23 13:38:58 +11:00
David Bomba
976110e8f3 Update Alipay to use Payment Intents 2023-02-23 12:47:29 +11:00
Lars Kusch
841489e895
Merge branch 'v5-develop' into v5-develop 2023-02-07 09:32:44 +01:00
David Bomba
9698099e21 Fixes for approve quotes with no terms/signature requirements 2023-02-07 17:19:38 +11:00
David Bomba
a4dba51c21 Add user input for quotes 2023-02-03 11:13:57 +11:00
David Bomba
6d07e78280 Allow user input after a quote is approved 2023-02-02 21:04:55 +11:00
David Bomba
2b8779be46 Accept user input from approve quote flow 2023-02-02 19:10:41 +11:00
Lars Kusch
8cb650dd60 Add translation for error message 2023-01-20 09:01:37 +01:00
Lars Kusch
3629caad34 Fixes for js 2023-01-20 08:55:35 +01:00
Lars Kusch
198ef6b191 Correct error message in formular 2023-01-20 08:49:36 +01:00
Lars Kusch
5a54a368ba More fixes 2022-12-22 11:18:02 +01:00
Lars Kusch
1aa854d4b5 More fixes 2022-12-22 11:06:00 +01:00
Lars Kusch
87fcdfd90b Fixes for js 2022-12-17 15:11:36 +01:00
Lars Kusch
4592fbcc4b Fixes for js 2022-12-17 15:08:37 +01:00
Lars Kusch
efa148e742 Fixes for js 2022-12-17 15:05:13 +01:00
Lars Kusch
aab55a9346 Fixes for js 2022-12-17 15:04:06 +01:00
Lars Kusch
33764a4828 Fixes for js 2022-12-17 14:59:20 +01:00
Lars Kusch
bc53a46fac Fixes for js 2022-12-17 14:52:21 +01:00
Lars Kusch
d50bfa9226 Fixes for js 2022-12-17 14:46:25 +01:00
Lars Kusch
9a39035650 Redirect after payment 2022-12-17 14:42:58 +01:00
Lars Kusch
f897df733a Redirect after payment 2022-12-17 14:22:03 +01:00
Lars Kusch
5dc9edab35 Fixes 2022-12-17 07:05:19 +01:00