From 2356638f6be0f407be62733c3807a6fe067ffa35 Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Thu, 30 Jan 2020 09:06:15 +0600 Subject: [PATCH] 1.6.5 --- README.md | 7 ------- Signer/Request.php | 2 +- Signer/Response.php | 4 +--- composer.json | 4 ++-- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1b08f4d..30205e1 100644 --- a/README.md +++ b/README.md @@ -72,17 +72,11 @@ I provide the [**customization service**](https://mage2.pro/t/2020) for my payme - «[**Dragonpay**](https://mage2.pro/c/extensions/dragonpay)» payment extension (Philippines). - «[**Ginger Payments**](https://mage2.pro/c/extensions/ginger-payments)» extension (the Netherlands, Belgium). - «[**iPay88**](https://mage2.pro/c/extensions/ipay88)» payment extension (Malaysia, Indonesia, Philippines, Thailand, Singapore, China). -- «[**iyzico**](https://mage2.pro/c/extensions/iyzico)» payment extension (Turkey). - «[**Kassa Compleet**](https://mage2.pro/c/extensions/kassa-compleet)» payment extension by ING Bank (the Netherlands). -- «[**Klarna**](https://mage2.pro/c/extensions/klarna)» payment extension (Austria, Denmark, Finland, Germany, Norway, Sweden). -- «[**MercadoPago**](https://mage2.pro/c/extensions/mercadopago)» payment extension (Argentina, Brasil, Chile, Mexico, Venezuela, Colombia, Uruguay, Peru). - «[**Moip**](https://mage2.pro/c/extensions/moip)» payment extension (Brazil). -- «[**mPAY24**](https://mage2.pro/c/extensions/mpay24)» payment extension (Austria, Germany). - «[**Omise**](https://mage2.pro/c/extensions/omise)» payment extension (Thailand, Japan). -- «[**PayFort**](https://mage2.pro/c/extensions/payfort)» payment extension (the United Arab Emirates, Egypt, Saudi Arabia, Jordan, Lebanon, Qatar). - «[**Paymill**](https://mage2.pro/c/extensions/paymill)» payment extension (the European Union). - «[**PayPal**](https://mage2.pro/c/extensions/paypal)»: an alternative module you can get fast support and customizations for. -- «[**Paystation**](https://mage2.pro/c/extensions/paystation)» payment extension (New Zealand). - «[**PostFinance**](https://mage2.pro/c/extensions/postfinance)» payment extension (Switzerland). - «[**QIWI Wallet**](https://mage2.pro/c/extensions/qiwi)» (QIWI Кошелёк) payment extension (Russia). - «[**Robokassa**](https://mage2.pro/c/extensions/robokassa)» payment extension (Russia). @@ -90,7 +84,6 @@ I provide the [**customization service**](https://mage2.pro/t/2020) for my payme - «[**Spryng**](https://mage2.pro/c/extensions/spryng)» payment extension (the European Union). - «[**Square**](https://mage2.pro/c/extensions/square)» payment extension (USA, Canada). - «[**Stripe**](https://mage2.pro/c/stripe)» payment extension. -- «[**Tinkoff Bank**](https://mage2.pro/c/extensions/tinkoff)» (Тинькофф Банк) payment extension (Russia). - «[**Yandex.Kassa**](https://mage2.pro/c/extensions/yandex-kassa)» (as known as Yandex.Checkout, Яндекс.Касса) payment extension (Russia, Armenia, Azerbaijan, Belarus, Georgia, Kazakhstan, Kyrgyzstan, Latvia, Moldova, Tajikistan). ## See also my integrations between Magento 2 and a third-party business software (ERP, CRM, accounting, inventory, etc.): diff --git a/Signer/Request.php b/Signer/Request.php index 5b72fa0..f542341 100644 --- a/Signer/Request.php +++ b/Signer/Request.php @@ -9,5 +9,5 @@ final class Request extends \Dfe\IPay88\Signer { * @used-by \Dfe\IPay88\Signer::sign() * @return string[] */ - protected function values() {return dfa_select_ordered($this->v(), ['RefNo', 'Amount', 'Currency']);} + protected function values() {return dfa($this->v(), ['RefNo', 'Amount', 'Currency']);} } \ No newline at end of file diff --git a/Signer/Response.php b/Signer/Response.php index 7a3e8b3..d8dab54 100644 --- a/Signer/Response.php +++ b/Signer/Response.php @@ -12,7 +12,5 @@ final class Response extends \Dfe\IPay88\Signer { * @used-by \Dfe\IPay88\Signer::sign() * @return string[] */ - protected function values() {return dfa_select_ordered($this->v(), [ - 'PaymentId', 'RefNo', 'Amount', 'Currency', 'Status' - ]);} + protected function values() {return dfa($this->v(), ['PaymentId', 'RefNo', 'Amount', 'Currency', 'Status']);} } \ No newline at end of file diff --git a/composer.json b/composer.json index 156b97b..8c47ac5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/ipay88" - ,"version": "1.6.4" + ,"version": "1.6.5" ,"description": "iPay88 integration with Magento 2" ,"type": "magento2-module" ,"homepage": "https://mage2.pro/c/extensions/ipay88" @@ -11,7 +11,7 @@ "homepage": "https://mage2.pro/users/dmitry_fedyuk", "role": "Developer" }] - ,"require": {"mage2pro/core": ">=3.4.1"} + ,"require": {"mage2pro/core": ">=5.8.0"} ,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}} ,"keywords": [ "API"