1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 22:54:25 +01:00
Commit Graph

2987 Commits

Author SHA1 Message Date
David Bomba
3d67fe327b Update logic 2024-09-10 15:43:05 +10:00
David Bomba
953a8b632b Additional error handlers 2024-09-10 13:51:43 +10:00
David Bomba
69c166c3e9 minor fixes 2024-09-10 12:15:48 +10:00
David Bomba
0c8e5b2e37 Pay Now using ninja tokens 2024-09-10 12:07:50 +10:00
David Bomba
53e295df4c Refactor for self hosted pay now button 2024-09-10 11:50:15 +10:00
David Bomba
4f46fa1029 Testing powerboard 2024-09-10 09:49:17 +10:00
David Bomba
b715c7dd20 powerboardOM 2024-09-10 08:40:40 +10:00
David Bomba
6177483791 Authorize 2024-09-09 19:56:47 +10:00
David Bomba
3689931624 powerboard 2024-09-09 18:50:07 +10:00
David Bomba
54afae4d8b Exception handling 2024-09-09 16:28:56 +10:00
David Bomba
2e114692e7 3ds payment flow 2024-09-09 15:52:11 +10:00
cnohall
9ec5a1c154 add link that takes the user to the invoice on unconfirmed transaction 2024-09-08 19:50:29 +09:00
cnohall
0762915ecc Add updated copy 2024-09-08 19:24:25 +09:00
David Bomba
590616a780 Payment with 3ds 2024-09-08 19:52:39 +10:00
David Bomba
1f3c37a76b powerboard 2024-09-08 19:06:31 +10:00
cnohall
2ac42b4caf add unconfirmed payment initial message 2024-09-07 08:52:30 +09:00
David Bomba
6d2638c603 powerboard 2024-09-07 09:34:53 +10:00
David Bomba
734878a73d powerboard 2024-09-06 22:55:56 +10:00
David Bomba
454f7df01e Powerboard 2024-09-06 18:31:00 +10:00
cnohall
f1f64c277c fix bug when icon blocks input text on small devices with small viewports 2024-09-06 16:25:13 +09:00
cnohall
3380378ec6 update the payment UI with copying functionality and icons 2024-09-06 16:19:52 +09:00
cnohall
6f813fb907 add payment styles update 2024-09-06 15:58:59 +09:00
David Bomba
54c1831228 Powerboard 2024-09-06 15:15:33 +10:00
cnohall
f77303c4d1 add invoice number 2024-09-06 13:02:18 +09:00
David Bomba
9c8afcd434 Allow invoice PDFs to download via interface 2024-09-06 13:58:39 +10:00
cnohall
b4000ca91a simplify logic and add txid as transaction id 2024-09-06 11:39:31 +09:00
cnohall
926b2870ed update logic 2024-09-06 10:05:33 +09:00
David Bomba
6a5b559983 Fixes for OTP 2024-09-06 11:04:19 +10:00
cnohall
67379d7c4f incorporate websocket 2024-09-06 09:52:21 +09: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
de87b03952 Minor fixes for invoice summaryu 2024-09-05 21:23:40 +10:00
David Bomba
31da9cf5ab updates for Forte 2024-09-05 19:04:40 +10:00
David Bomba
45553416de Fixes for flow2 2024-09-05 15:55:14 +10:00
David Bomba
63f3115a02 Error handling in livewire 2024-09-05 15:06:21 +10:00
cnohall
3e5d598d53 update UI on checkout page 2024-09-05 12:33:28 +09: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
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
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
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
b4810434c2 Updates for multi invoice payment flow 2024-09-04 18:29:23 +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ć
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ć
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ć
5a5abdaeed update instant payment refs (#80) 2024-09-04 18:25:01 +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
ae2bf51028 new payment flow 2024-09-04 17:29:41 +02:00
David Bomba
caeed4456b Improve spinners between loads 2024-09-04 17:26:26 +02:00
David Bomba
157841da9b Updates for new payment flow 2024-09-04 17:25:25 +02:00
David Bomba
5aede4e36f Updates for new payment flow 2024-09-04 17:24:24 +02:00
David Bomba
f242bddcb4 Updates for payment flow 2024-09-04 17:24:15 +02:00
David Bomba
9b24eb5f94 working on payment flow 2024-09-04 17:24:04 +02:00
David Bomba
621cd1e169 updates for html invoice layout 2024-09-04 17:23:56 +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
985cdafdc2 Updated flow 2024-09-04 17:01:01 +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
3adbbea28c Add back wait js 2024-09-04 17:39:02 +10:00
David Bomba
492577f9db minor fixeS 2024-09-04 17:36:26 +10:00
David Bomba
72c818bed0 Push back flow2 js changes 2024-09-04 17:30:53 +10:00
cnohall
915bbd96f2 add comment for QR code 2024-09-04 13:44:39 +09:00
David Bomba
c6d5676d3e Merge new payment flow 2024-09-04 13:00:04 +10:00
cnohall
5c1450861a add pay.blade.php for blockonomics 2024-09-03 10:26:32 +09:00
Benjamin Beganović
6c0b451c23
Braintree: Show loader on PayPal when redirecting (#96)
* add spinner

* show spinner on successful run

* assets rebuild
2024-09-03 07:03:28 +10:00
Benjamin Beganović
0695e5bfc1
Authorize.net: Upgrade authorize to use Simple Card (#95)
* update authorize view

* update js

* assets rebuild
2024-09-03 07:03:18 +10:00
Benjamin Beganović
9c4462d534
New payment flow: Masking with blank space (#94)
* bump simple card to .4

* update authorize

* update forte

* assets build
2024-09-02 12:57:55 +10:00
Benjamin Beganović
37892cbe7f
Paytrace: Add loaders (#93)
* nullable access payment hash data

* add loaders to js

* add loaders to authorize

* assets build
2024-08-30 09:17:40 +10:00
Benjamin Beganović
84202e77a1
Forte: Refactor authorization (#90)
* include sc in pay

* refactor authorize

* include sc in pay livewire
2024-08-30 09:17:31 +10:00
Benjamin Beganović
f01c92fbcf
New payment flow. Fixes for meta ref (#92)
* authorize

* eway

* bacs

* becs

* credit card

* przelewy24
2024-08-30 09:17:20 +10:00
Benjamin Beganović
ac19d07c24
Eway: Add loaders (#91)
* eway: add loaders

* assets build
2024-08-30 09:17:09 +10:00
Benjamin Beganović
48fdf6a85c
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-08-28 11:17:03 +10:00
David Bomba
5f43c5e2a2 Fixes for tests 2024-08-28 11:02:57 +10:00
David Bomba
0905bd2f58 Storecove router 2024-08-28 10:48:08 +10:00