1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/PaymentDrivers
Benjamin Beganović 7e30093429 Checkout.com payments with token:
- Convert "true" from frontend to boolean in PaymentResponseRequest
- Reference correct 'transaction_reference' in BaseDriver & Checkout\Utilities
- Frontend switching between token & credit card when making payments with Checkout.com
- New 'pay_with' translation string
- Added 'save-card--container' to save card partial
- Ensure we show whole transaction reference string in payments/show.blade
2020-11-01 15:56:17 +01:00
..
Authorize Fixes for tests + remove swoole 2020-10-22 21:14:14 +11:00
CheckoutCom Checkout.com payments with token: 2020-11-01 15:56:17 +01:00
Stripe Merge remote-tracking branch 'origin/v5-stripe-backend-refactor' into v2-frontend-refactor 2020-11-01 14:49:11 +01:00
AbstractPaymentDriver.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
AuthorizePaymentDriver.php Add placeholder methods for Authorize, Custom & PayPalExpress 2020-09-18 10:01:19 +02:00
BaseDriver.php Checkout.com payments with token: 2020-11-01 15:56:17 +01:00
BasePaymentDriver.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
CheckoutComPaymentDriver.php - Extract $payment_hash property onto BaseDriver 2020-10-27 12:53:35 +01:00
CustomPaymentDriver.php Add placeholder methods for Authorize, Custom & PayPalExpress 2020-09-18 10:01:19 +02:00
PayPalExpressPaymentDriver.php Add placeholder methods for Authorize, Custom & PayPalExpress 2020-09-18 10:01:19 +02:00
StripePaymentDriver.php Merge remote-tracking branch 'origin/v5-stripe-backend-refactor' into v2-frontend-refactor 2020-11-01 14:49:11 +01:00