diff --git a/composer.lock b/composer.lock index 68a92d3..c8e783b 100644 --- a/composer.lock +++ b/composer.lock @@ -247,16 +247,16 @@ }, { "name": "mollie/mollie-api-php", - "version": "v2.8.3", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/mollie/mollie-api-php.git", - "reference": "df6e0cea662f3c9603f245816cc2982e8ae49bcf" + "reference": "151bdb85c325f6768452a3d8461930589be85729" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/df6e0cea662f3c9603f245816cc2982e8ae49bcf", - "reference": "df6e0cea662f3c9603f245816cc2982e8ae49bcf", + "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/151bdb85c325f6768452a3d8461930589be85729", + "reference": "151bdb85c325f6768452a3d8461930589be85729", "shasum": "" }, "require": { @@ -294,12 +294,12 @@ "homepage": "https://www.mollie.com/en/developers", "keywords": [ "CBC", + "Przelewy24", "api", "bancontact", "banktransfer", "belfius", "belfius direct net", - "bitcoin", "charges", "creditcard", "direct debit", @@ -328,7 +328,7 @@ "sofortbanking", "subscriptions" ], - "time": "2019-04-11T12:19:05+00:00" + "time": "2019-05-20T09:07:29+00:00" }, { "name": "psr/http-message", diff --git a/src/mollie/lang/dutch.php b/src/mollie/lang/dutch.php index 1dcb89a..4c96f26 100644 --- a/src/mollie/lang/dutch.php +++ b/src/mollie/lang/dutch.php @@ -10,7 +10,6 @@ $_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['payWithCreditcard'] = 'Betaal met Creditcard'; $_GATEWAYLANG['payWithIdeal'] = 'Betaal met iDeal'; $_GATEWAYLANG['payWithBancontact'] = 'Betaal met Bancontact'; diff --git a/src/mollie/lang/english.php b/src/mollie/lang/english.php index 0340550..1d098e7 100644 --- a/src/mollie/lang/english.php +++ b/src/mollie/lang/english.php @@ -3,7 +3,6 @@ $_GATEWAYLANG = array(); $_GATEWAYLANG['selectBank'] = 'Select bank'; -$_GATEWAYLANG['selectLater'] = 'Select later'; $_GATEWAYLANG['errorTransactionNotFound'] = 'Transaction is not found. Please try again.'; @@ -11,7 +10,6 @@ $_GATEWAYLANG['checkPayment'] = 'Checking your payment, please wait...'; $_GATEWAYLANG['payWithBanktransfer'] = 'Pay with Bank Transfer'; $_GATEWAYLANG['payWithBelfius'] = 'Pay with Belfius'; -$_GATEWAYLANG['payWithBitcoin'] = 'Pay with Bitcoin'; $_GATEWAYLANG['payWithCreditcard'] = 'Pay with Credit Card'; $_GATEWAYLANG['payWithIdeal'] = 'Pay with iDeal'; $_GATEWAYLANG['payWithBancontact'] = 'Pay with Bancontact'; diff --git a/src/molliebitcoin_devapp.php b/src/molliebitcoin_devapp.php deleted file mode 100644 index d86552d..0000000 --- a/src/molliebitcoin_devapp.php +++ /dev/null @@ -1,22 +0,0 @@ - array( - 'Type' => 'System', - 'Value' => 'Mollie Bitcoin' - ) - )); - - return $config; -} - -function molliebitcoin_devapp_link($params) -{ - return mollie_link($params, \Mollie\Api\Types\PaymentMethod::BITCOIN); -}