From 5119185bde93f3702ad16837883db572533f521e Mon Sep 17 00:00:00 2001 From: Wouter van Os Date: Wed, 30 May 2018 11:53:08 +0200 Subject: [PATCH 1/2] Update english.php --- src/mollie/lang/english.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mollie/lang/english.php b/src/mollie/lang/english.php index c6c2695..f401895 100644 --- a/src/mollie/lang/english.php +++ b/src/mollie/lang/english.php @@ -12,9 +12,9 @@ $_GATEWAYLANG['payWithBanktransfer'] = 'Pay with Bank Transfer'; $_GATEWAYLANG['payWithBelfius'] = 'Pay with Belfius'; $_GATEWAYLANG['payWithBitcoin'] = 'Pay with Bitcoin'; -$_GATEWAYLANG['payWithDirectdebit'] = 'Pay with Direct Debit'; +$_GATEWAYLANG['payWithCreditcard'] = 'Pay with Credit Card'; $_GATEWAYLANG['payWithIdeal'] = 'Pay with iDeal'; $_GATEWAYLANG['payWithMistercash'] = 'Pay with Bancontact'; $_GATEWAYLANG['payWithPaypal'] = 'Pay with PayPal'; $_GATEWAYLANG['payWithPaysafecard'] = 'Pay with Paysafecard'; -$_GATEWAYLANG['payWithSofort'] = 'Pay with Sofort Banking'; \ No newline at end of file +$_GATEWAYLANG['payWithSofort'] = 'Pay with Sofort Banking'; From 750ff2ebde57696900be87b8421727e1b0dc4149 Mon Sep 17 00:00:00 2001 From: Wouter van Os Date: Wed, 30 May 2018 11:53:51 +0200 Subject: [PATCH 2/2] Update dutch.php --- src/mollie/lang/dutch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mollie/lang/dutch.php b/src/mollie/lang/dutch.php index 7c30c46..f04d559 100644 --- a/src/mollie/lang/dutch.php +++ b/src/mollie/lang/dutch.php @@ -11,9 +11,9 @@ $_GATEWAYLANG['payWithBanktransfer'] = 'Betaal met Bank overschrijving'; $_GATEWAYLANG['payWithBelfius'] = 'Betaal met Belfius'; $_GATEWAYLANG['payWithBitcoin'] = 'Betaal met Bitcoin'; -$_GATEWAYLANG['payWithDirectdebit'] = 'Betaal met Automatisch Incasso'; +$_GATEWAYLANG['payWithCreditcard'] = 'Betaal met Creditcard'; $_GATEWAYLANG['payWithIdeal'] = 'Betaal met iDeal'; $_GATEWAYLANG['payWithMistercash'] = 'Betaal met Bancontact'; $_GATEWAYLANG['payWithPaypal'] = 'Betaal met PayPal'; $_GATEWAYLANG['payWithPaysafecard'] = 'Betaal met Paysafecard'; -$_GATEWAYLANG['payWithSofort'] = 'Betaal met Sofort Banking'; \ No newline at end of file +$_GATEWAYLANG['payWithSofort'] = 'Betaal met Sofort Banking';