From d4050b5e5dc30898878a62f684423eb53cd8f016 Mon Sep 17 00:00:00 2001 From: qarizma Date: Fri, 6 Oct 2017 20:47:53 +0200 Subject: [PATCH] Mistercash is Bancontact now These changes are cosmetically, because Mollie still uses the old name internally. --- src/mollie/lang/dutch.php | 4 ++-- src/mollie/lang/english.php | 4 ++-- src/molliemistercash.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mollie/lang/dutch.php b/src/mollie/lang/dutch.php index 94e35e3..7c30c46 100644 --- a/src/mollie/lang/dutch.php +++ b/src/mollie/lang/dutch.php @@ -6,14 +6,14 @@ $_GATEWAYLANG['selectBank'] = 'Selecteer bank'; $_GATEWAYLANG['errorTransactionNotFound'] = 'Transactie is niet gevonden. Probeer later opnieuw'; -$_GATEWAYLANG['checkPayment'] = 'We controleren je betalen, even wachten.'; +$_GATEWAYLANG['checkPayment'] = 'We controleren je betaling, moment geduld...'; $_GATEWAYLANG['payWithBanktransfer'] = 'Betaal met Bank overschrijving'; $_GATEWAYLANG['payWithBelfius'] = 'Betaal met Belfius'; $_GATEWAYLANG['payWithBitcoin'] = 'Betaal met Bitcoin'; $_GATEWAYLANG['payWithDirectdebit'] = 'Betaal met Automatisch Incasso'; $_GATEWAYLANG['payWithIdeal'] = 'Betaal met iDeal'; -$_GATEWAYLANG['payWithMistercash'] = 'Betaal met Mistercash'; +$_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 diff --git a/src/mollie/lang/english.php b/src/mollie/lang/english.php index 7bee4f3..c6c2695 100644 --- a/src/mollie/lang/english.php +++ b/src/mollie/lang/english.php @@ -7,14 +7,14 @@ $_GATEWAYLANG['selectLater'] = 'Select later'; $_GATEWAYLANG['errorTransactionNotFound'] = 'Transaction is not found. Please try again.'; -$_GATEWAYLANG['checkPayment'] = 'Checking your payment.. Please wait.'; +$_GATEWAYLANG['checkPayment'] = 'Checking your payment, please wait...'; $_GATEWAYLANG['payWithBanktransfer'] = 'Pay with Bank Transfer'; $_GATEWAYLANG['payWithBelfius'] = 'Pay with Belfius'; $_GATEWAYLANG['payWithBitcoin'] = 'Pay with Bitcoin'; $_GATEWAYLANG['payWithDirectdebit'] = 'Pay with Direct Debit'; $_GATEWAYLANG['payWithIdeal'] = 'Pay with iDeal'; -$_GATEWAYLANG['payWithMistercash'] = 'Pay with Mistercash'; +$_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 diff --git a/src/molliemistercash.php b/src/molliemistercash.php index 6cd350d..08a225a 100755 --- a/src/molliemistercash.php +++ b/src/molliemistercash.php @@ -8,7 +8,7 @@ function molliemistercash_config() { $config = array_merge($config, array( 'FriendlyName' => array( 'Type' => 'System', - 'Value'=> 'Mollie Mistercash' + 'Value'=> 'Mollie Bancontact' ) ));