1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 23:22:52 +01:00
invoiceninja/app/PaymentDrivers
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
..
Authorize Authorize.net: New payment flow (#68) 2024-09-04 18:24:34 +02:00
Braintree Merge new payment flow v2 2024-09-05 11:34:29 +10:00
BTCPay BTCPay: New payment flow (#76) 2024-09-04 18:26:15 +02:00
CBAPowerBoard Beganovich 1513 powerboard (#103) 2024-09-17 10:16:10 +10:00
CheckoutCom New payment flow: Various fixes (#88) 2024-09-04 18:34:35 +02:00
Common Rollback for new payment flow 2024-08-22 16:45:06 +10:00
Eway eway (#69) 2024-09-04 18:24:46 +02:00
Factory Fixes for forte token billing 2024-08-14 13:32:26 +10:00
Forte updates for Forte 2024-09-05 19:05:37 +10:00
GoCardless Fixes for instant bank payment 2024-09-05 19:41:21 +10:00
Mollie Mollie: New payment flow (#73) 2024-09-04 18:26:22 +02:00
PayFast Fixes for redirect URL when client portal is disabled 2024-09-05 16:08:09 +10:00
PayPal Fixes for paypal 2024-08-07 11:09:56 +10:00
PayTrace Paytrace: New payment flow (#74) 2024-09-04 18:25:24 +02:00
Razorpay Razorpay: New payment flow (#79) 2024-09-04 18:25:10 +02:00
Rotessa rotessa acss 2024-08-26 18:21:21 +02:00
Sample Remove redundant dependencies 2024-05-30 07:42:07 +10:00
Square Square: New payment flow (#75) 2024-09-04 18:24:53 +02:00
Stripe Fixes for Stripe ACSS (#97) 2024-09-06 07:32:34 +10:00
AbstractPaymentDriver.php Remove paypal express, omnipay 2024-08-05 11:57:42 +10:00
AuthorizePaymentDriver.php php-cs-fixer 2024-06-14 17:09:44 +10:00
BaseDriver.php add logging 2024-09-10 16:36:20 +10:00
BraintreePaymentDriver.php Extend webhook delay for mollie 2024-08-13 15:14:41 +10:00
BTCPayPaymentDriver.php Fixes for BTC Pay 2024-08-30 11:10:18 +10:00
CBAPowerBoardPaymentDriver.php Beganovich 1513 powerboard (#103) 2024-09-17 10:16:10 +10:00
CheckoutComPaymentDriver.php New payment flow: Refactor base driver (#70) 2024-09-04 18:27:08 +02:00
CustomPaymentDriver.php Update copyright 2024-04-12 14:15:41 +10:00
EwayPaymentDriver.php php-cs-fixer 2024-06-14 17:09:44 +10:00
FortePaymentDriver.php Improvements for forte 2024-08-14 20:19:37 +10:00
GoCardlessPaymentDriver.php Fixes for instant bank payment 2024-09-05 19:41:21 +10:00
MolliePaymentDriver.php Updates for email template variables 2024-08-30 13:50:03 +10:00
PayFastPaymentDriver.php Removing payfast sdk 2024-04-27 07:10:24 +10:00
PayPalPPCPPaymentDriver.php Minor fixes for PayPalOM 2024-09-06 08:54:26 +10:00
PayPalRestPaymentDriver.php Minor fixes for PayPalOM 2024-09-06 08:54:26 +10:00
PaytracePaymentDriver.php Fixes for required fields for paytrace 2024-09-04 18:35:54 +02:00
RazorpayPaymentDriver.php Update copyright 2024-04-12 14:15:41 +10:00
RotessaPaymentDriver.php Add back interface methods for new payment flows 2024-09-04 13:48:23 +10:00
SquarePaymentDriver.php Static analysis 2024-07-14 21:28:54 +10:00
StripeConnectPaymentDriver.php Update copyright 2024-04-12 14:15:41 +10:00
StripePaymentDriver.php Merge new payment flow v2 2024-09-05 11:34:29 +10:00
WePayPaymentDriver.php Static Analysis 2024-06-17 20:38:33 +10:00