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

1979 Commits

Author SHA1 Message Date
David Bomba
41ae965fa1 Fixes for custom payment methods with one page checkout 2024-10-15 21:34:12 +11:00
David Bomba
a0d2154967 Minor fixes 2024-10-12 09:23:48 +11:00
David Bomba
6bb1f75292 Minor fixes 2024-10-11 15:07:20 +11:00
David Bomba
056490fd8f Minor fixes 2024-10-11 11:32:15 +11:00
David Bomba
124904ce5e fixed for square 2024-10-10 12:41:55 +11:00
David Bomba
dbc10d11e4 Fixes for gateway_fee schema update 2024-10-10 09:07:26 +11:00
David Bomba
4d83185ded Fixes for imports 2024-10-10 07:14:18 +11:00
David Bomba
02613f18ea Minor fixes 2024-10-09 12:49:17 +11:00
David Bomba
3c9b0d7e58 Fixes for Stripe ACH 2024-10-08 10:11:43 +11:00
David Bomba
b895f9598a Fixes for gocardless 2024-10-07 07:02:49 +11:00
David Bomba
2508ad102c Minor fixes for gocardless 2024-10-06 21:29:29 +11:00
David Bomba
ce4b45b14c Fixes for a bug in update reminders 2024-10-06 21:23:32 +11:00
David Bomba
a363831425 Fixes for BTC Pay 2024-10-05 10:43:50 +10:00
David Bomba
cdf1ee1338 minor fixes for molli 2024-10-05 10:20:18 +10:00
David Bomba
e3ac860c5f Minor changes for braintree 2024-10-03 14:21:47 +10:00
David Bomba
0a4d00158c null safety not required 2024-09-29 16:52:34 +10:00
David Bomba
6d0c008b69 Updates for CBA Powerboard 2024-09-26 13:48:28 +10:00
David Bomba
1e5faf2ecd Fixes for duplicate mollie requests 2024-09-26 13:19:01 +10:00
David Bomba
ce181b976a Updates for rotessa 2024-09-26 12:04:01 +10:00
David Bomba
55b38a2172 Updates for powerboard 2024-09-25 12:03:33 +10:00
David Bomba
64ced161b7 Update CBA powerboard settings after a gateway update 2024-09-25 07:22:10 +10:00
David Bomba
3b8aef5e58 Fixes for CBA Powerboard 2024-09-24 17:31:35 +10:00
David Bomba
033ef9c492 Fixes for CBA Powerboard 2024-09-24 17:20:00 +10:00
David Bomba
bfe278e639 Fixes for CBA Powerboard 2024-09-24 17:00:24 +10:00
David Bomba
8d636fd0a3 Fixes for CBA Powerboard 2024-09-24 16:58:49 +10:00
David Bomba
52adc55c9c Fixes for static analysis 2024-09-24 14:49:19 +10:00
David Bomba
0d6820851f Fixes for gateway id 2024-09-24 09:22:04 +10:00
David Bomba
2193da9f6f Fixes for gateway id 2024-09-24 09:21:44 +10:00
David Bomba
ae31a457da Fixes for gateway id 2024-09-24 09:15:22 +10:00
David Bomba
16d716230b Fixes for cba 2024-09-24 09:08:47 +10:00
David Bomba
174a02b52a QB SYNC 2024-09-24 07:22:53 +10:00
David Bomba
38fb55523a Fixes for castables 2024-09-23 07:27:28 +10:00
David Bomba
8dffba42d6 Refactor blockonomics JS for one page checkout 2024-09-19 09:45:08 +10:00
David Bomba
19cf39786e Fixes for blockonomics 2024-09-19 08:17:51 +10:00
David Bomba
5af3498d5a Cleanup 2024-09-19 08:04:24 +10:00
David Bomba
632be20326 Cleanup 2024-09-19 07:45:00 +10:00
David Bomba
6f7cb38e37 Fixes for blockonomics 2024-09-18 21:11:25 +10:00
David Bomba
7f936ad18b Fixes for blockonomics 2024-09-18 17:12:52 +10:00
David Bomba
20b04a266f merge 2024-09-17 10:17:07 +10:00
David Bomba
114b58cdc4
Beganovich 1513 powerboard (#103)
* make container nicer

* assets rebuild

* authorize powerband card (3ds)

* add reference to build file

* update authorize (3ds) view

* assets rebuild

* unify 3ds and non-3ds auth/pay

* assets rebuild

* authorize

* pay

* update vite refs

* pay

* hide authorize button

* intercepting form on authorize

* assets build

* wip

* init powerboard in data ref

* fixes for blank placeholders

* reset the form on failed 3ds

* handling unsuccessful errors

* send email on payment failed

* fixes for 3ds fail on auth

* assets rebuild

* make card_name required

* make card_name required (on auth)

* fixes for blocked pay-now button

* fixes for reload

* fixes for reload

* build

* Fixes for broken powerboard

* make client name required

* skip fields checking if no required fields

* on request, return json response

* check for plain not_authenticated response

* flash message when no action is present

* fixes for exec order on token

* assets build

* check for plain not_authenticated response (pay)

* assets build

* adjustments for minimum payments

* Add text decoration to terms button

* Improvements for subscriptions and new payment flow

---------

Co-authored-by: Benjamin Beganović <k1pstabug@gmail.com>
2024-09-17 10:16:10 +10:00
David Bomba
b1d92d8354 Merge branch 'powerboard' into v5-develop 2024-09-17 10:09:53 +10:00
Benjamin Beganović
abe8bbcd5d
Refactor PowerBoard (#102)
* make container nicer

* assets rebuild

* authorize powerband card (3ds)

* add reference to build file

* update authorize (3ds) view

* assets rebuild

* unify 3ds and non-3ds auth/pay

* assets rebuild

* authorize

* pay

* update vite refs

* pay

* hide authorize button

* intercepting form on authorize

* assets build

* wip

* init powerboard in data ref

* fixes for blank placeholders

* reset the form on failed 3ds

* handling unsuccessful errors

* send email on payment failed

* fixes for 3ds fail on auth

* assets rebuild

* make card_name required

* make card_name required (on auth)

* fixes for blocked pay-now button

* fixes for reload

* fixes for reload

* build

* make client name required

* skip fields checking if no required fields

* on request, return json response

* check for plain not_authenticated response

* flash message when no action is present

* fixes for exec order on token

* assets build

* check for plain not_authenticated response (pay)

* assets build
2024-09-17 10:05:19 +10:00
cnohall
9848a54192 add ?reset=1 to getBTCAdress only when environment is in development 2024-09-16 18:20:53 +09:00
David Bomba
527b1263ce Minor fixes 2024-09-16 09:44:11 +10:00
David Bomba
e3559c4a5f Clean up 2024-09-16 09:32:39 +10:00
David Bomba
2464556ef2 Switch to HTTP facade 2024-09-16 09:30:05 +10:00
cnohall
3cfffa09c4 Improve logic in processWebhookRequest to handle more cases 2024-09-15 19:58:18 +09:00
cnohall
2687483cd8 Add todo comment for missed logic in processWebhookRequest 2024-09-15 09:52:45 +09:00
cnohall
730961d7b1 remove commented code 2024-09-13 13:08:13 +09:00
cnohall
eba06f2dfd Simplify Logic 2024-09-13 13:03:46 +09:00