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

1949 Commits

Author SHA1 Message Date
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
cnohall
56e327a238 final clean ups before review 2024-09-13 12:58:38 +09:00
cnohall
cfe26d06ec clean up functions 2024-09-13 12:26:22 +09:00
cnohall
9a1c76a23a add support for QR-code 2024-09-12 14:06:53 +09:00
cnohall
19e99f300d add logic about secrets 2024-09-11 22:14:21 +09:00
cnohall
34830bc9ab update UI and make refreshing price possible 2024-09-11 17:07:43 +09:00
cnohall
97e3881017 temp 2024-09-11 10:03:51 +09:00
Benjamin Beganović
0c22f9b27a
Redirect to authorization when token is not available (#100)
* gocardless: sepa

* gocardless: direct debit

* braintree ach (wip)

* braintree: ach

* rotessa: ach
2024-09-11 07:37:12 +10:00
cnohall
bd4b4a6712 comment out old code and update callbackUrl 2024-09-10 18:30:48 +09:00
David Bomba
eea3f396c6 add logging 2024-09-10 16:36:20 +10:00
cnohall
5d07317cfa add success http message 2024-09-10 15:19:09 +09:00
cnohall
3cbe451878 combine use of websocket and callback 2024-09-10 15:02:55 +09:00
David Bomba
305e3daeb4 Minor fixes 2024-09-10 14:47:29 +10:00
David Bomba
953a8b632b Additional error handlers 2024-09-10 13:51:43 +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
1172e4bfc1 Authorize.blade.php 2024-09-09 19:36:25 +10:00
David Bomba
d2d807dd7d Powerboard 2024-09-09 19:02:25 +10:00
David Bomba
3689931624 powerboard 2024-09-09 18:50:07 +10:00
David Bomba
0e070ed5c1 powerboard 3ds flow completion 2024-09-09 18:19:29 +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
David Bomba
ae73f0aa0d Updates for cleaning stale fees 2024-09-09 10:45:30 +10:00
cnohall
5a5e0960c3 implement payment pending 2024-09-08 20:24:13 +09:00
cnohall
9ec5a1c154 add link that takes the user to the invoice on unconfirmed transaction 2024-09-08 19:50:29 +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
David Bomba
a9aa6aea87 Customers model: 2024-09-07 17:32:23 +10:00
David Bomba
e721351a4b Symfony Serializer 2024-09-07 17:28:48 +10:00
David Bomba
c0483d727f Symfony Serializer 2024-09-07 17:27:00 +10:00