1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/app/PaymentDrivers
Benjamin Beganović b7c248eec5
PayTrace improvements (#43)
* Refactor credit card payment JavaScript

* CreditCard.php: Rename $paytrace_driver to $paytrace

* Credit card: Support for token billing (frontend)

* Fixes for "save card" label

* Credit card: Authorize

* Allow PayTrace to be seeded from CreateSingleAccount

* Add PayTrace decrypted config to ninja.testvars

* Extract to separate JavaScript

* Scaffold Dusk test

* CreditCard -> CreditCardTest

* CreditCard -> CreditCardTest

* Scaffold pay with new card test

* Fixes for gateway_key in CreateSingleAccount

* Production builds
2021-07-28 07:59:44 +10:00
..
Authorize Form validation for contact password reset 2021-07-09 07:57:31 +10:00
Braintree Update license in codebase 2021-06-16 16:58:16 +10:00
CheckoutCom Update license in codebase 2021-06-16 16:58:16 +10:00
PayFast return 200 HTTP code on webhook response from payfast. 2021-07-20 07:58:40 +10:00
PayTrace PayTrace improvements (#43) 2021-07-28 07:59:44 +10:00
Stripe Merge pull request #6317 from turbo124/paytrace 2021-07-23 17:31:23 +10:00
WePay minor fixes for wepay 2021-07-23 09:51:55 +10:00
AbstractPaymentDriver.php Update license in codebase 2021-06-16 16:58:16 +10:00
AuthorizePaymentDriver.php Fixes for gateways 2021-06-30 21:21:46 +10:00
BaseDriver.php token billing and refunds with paytrace 2021-07-21 18:18:14 +10:00
BasePaymentDriver.php Fixes for invoices which are not payable if archived 2021-07-20 09:30:12 +10:00
BraintreePaymentDriver.php Fixes for invoices which are not payable if archived 2021-07-20 09:30:12 +10:00
CheckoutComPaymentDriver.php Fix missing required fields for Checkout.com 2021-07-21 15:05:37 +02:00
CustomPaymentDriver.php Fixes for invoices which are not payable if archived 2021-07-20 09:30:12 +10:00
DriverTemplate.php PayFast Webhook URL listener 2021-06-24 19:45:45 +10:00
PayFastPaymentDriver.php return 200 HTTP code on webhook response from payfast. 2021-07-20 07:58:40 +10:00
PayPalExpressPaymentDriver.php Fixes for invoices which are not payable if archived 2021-07-20 09:30:12 +10:00
PaytracePaymentDriver.php Fixes for pay trace integration 2021-07-23 14:15:51 +10:00
StripeConnectPaymentDriver.php Update license in codebase 2021-06-16 16:58:16 +10:00
StripePaymentDriver.php Fixes for subscriptions 2021-07-15 21:00:24 +10:00
WePayPaymentDriver.php Fixes for gateways 2021-06-30 21:21:46 +10:00