From d4062f98e7b54212d1df640a0fdc4b0e898cafaf Mon Sep 17 00:00:00 2001 From: mhstudioos Date: Mon, 1 Mar 2021 15:17:36 +0100 Subject: [PATCH] Add VISA Debit (#95) Add VISA Debit https://epayments.developer-ingenico.com/payment-product/Visa-debit/overview --- lib/Ogone/AbstractPaymentRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Ogone/AbstractPaymentRequest.php b/lib/Ogone/AbstractPaymentRequest.php index 2020167..dfcca61 100644 --- a/lib/Ogone/AbstractPaymentRequest.php +++ b/lib/Ogone/AbstractPaymentRequest.php @@ -73,6 +73,7 @@ abstract class AbstractPaymentRequest extends AbstractRequest 'UATP' => 'CreditCard', 'UNEUROCOM' => 'UNEUROCOM', 'VISA' => 'CreditCard', + 'VISA Debit' => 'VISA Debit', 'Wallie' => 'Wallie', );