1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-16 08:02:40 +01:00
Commit Graph

550 Commits

Author SHA1 Message Date
Benjamin Beganović
4e608eb242
GoCardless: New payment flow (#72)
* pass livewirePaymentView & processPaymentView thru base driver

* gocardless
2024-08-09 09:09:29 +10:00
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ć
f966a2b846
BTCPay: New payment flow (#76)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* btcpay
2024-08-09 09:09:04 +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ć
398e9d3a98
Payfast: New payment flow (#78)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* payfast
2024-08-09 09:08:03 +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
Benjamin Beganović
2a1947ea6e
New payment flow (#64)
* remove context from invoice-pay

* withsecurecontext trait

* update usages

* wip

* wip

* wip

* wip

* wip
2024-07-05 15:13:38 +10:00
David Bomba
4a3f8278ea Updates for new payment flow 2024-07-02 08:20:10 +10:00
David Bomba
825d18fbae Updates for new payment flow 2024-07-01 15:13:58 +10:00
David Bomba
5761f6dc34 Updates for payment flow 2024-07-01 09:39:40 +10:00
David Bomba
a83cb0c3b2 working on payment flow 2024-07-01 07:44:03 +10:00
David Bomba
682147a26e Updated - now trying to get vite and livewire to play nice 2024-06-28 12:42:44 +10:00
David Bomba
b5508f702d Purge laravel-data 2024-06-18 15:12:45 +10:00
David Bomba
c163f3c1a4 Static Analysis 2024-06-17 20:38:33 +10:00
David Bomba
13405c1805 Static Analysis + ACSS 2024-06-17 16:08:06 +10:00
David Bomba
38114d0c48 Minor fixes - add referral code to user transformer 2024-06-16 19:16:42 +10:00
David Bomba
9c288cd452 remove paypal user-id 2024-06-14 17:07:52 +10:00
David Bomba
ef388a0c77 Filters for bank accounts 2024-06-14 14:31:26 +10:00
David Bomba
50398360b9 Paypal 2024-06-13 19:59:29 +10:00
David Bomba
d23866932b Fixes for text body templates 2024-06-13 16:52:23 +10:00
David Bomba
84e7cfcdaf Updates for paypal rest implementation 2024-06-06 11:54:08 +10:00
David Bomba
e61c2422ee updated resources 2024-06-06 11:17:34 +10:00
David Bomba
9180dc4478 Refactor for paypal implementation 2024-05-24 10:38:07 +10:00
David Bomba
9d7bef3a94 PayPal Rest Driver updates 2024-05-20 13:14:50 +10:00
David Bomba
8dde7024fc extend paypal classes 2024-05-20 11:59:44 +10:00
Nisaba
ccd165e05f
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-05-16 11:24:01 +00:00
David Bomba
a43db8f11e adjustments for acss 2024-05-14 07:47:46 +10:00
Nisaba
d11766c1bd
initial BTCPay commit
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-13 16:33:15 +00:00
David Bomba
d387bed9c8 SCA compliance PayPal Rest 2024-05-02 13:59:18 +10:00
David Bomba
7a128ecb10 working on 3ds SCA 2024-04-29 10:01:49 +10:00
David Bomba
0bd5a9db0c minor fixes 2024-04-24 09:21:00 +10:00
David Bomba
4921eadc89 Updates for client reports 2024-04-23 12:45:43 +10:00
David Bomba
de7bd17a5e Paypal rest token payments 2024-04-22 22:37:34 +10:00
David Bomba
8d5b8e2319 Tokenization for paypal advanced cards 2024-04-22 14:38:29 +10:00
David Bomba
cacecbc086 minor fixes 2024-04-16 22:01:25 +10:00
David Bomba
9017382ea9 paypapl 2024-04-15 13:42:44 +10:00
David Bomba
8440048032 Minor typo fix 2024-03-26 19:57:32 +11:00
David Bomba
81385e4857 Clean up for password resets 2024-03-19 12:17:25 +11:00
David Bomba
fb39818c5c Fixes for cc payment form 2024-03-12 05:54:18 +11:00
David Bomba
3e44bc0f4f Fixes for contact guards 2024-03-09 10:40:27 +11:00
David Bomba
9f5cfd7440 Adjustments for PayPal Rest implementation 2024-01-28 09:21:45 +11:00
David Bomba
e252c10e7f Repove reference to country / currency for paypal rest integration 2024-01-22 09:28:21 +11:00
David Bomba
4f9400454a Rebundle livewire using ESM 2024-01-14 12:00:51 +11:00