diff --git a/Charge.php b/Charge.php index ace74f9..bfe8221 100644 --- a/Charge.php +++ b/Charge.php @@ -53,7 +53,7 @@ protected function pCharge() {$s = $this->s(); return [ // 2017-04-10 // «Product description». // Required, String, 100. - ,'ProdDesc' => mb_substr(df_oi_s($this->o()), 0, 100) + ,'ProdDesc' => mb_substr(df_oqi_s($this->o()), 0, 100) // 2017-04-10 // «Merchant remarks». // Optional, String, 100. diff --git a/composer.json b/composer.json index 22ea945..db03827 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/ipay88" - ,"version": "1.1.2" + ,"version": "1.1.3" ,"description": "The «iPay88» payment extension for 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": ">=2.5.2"} + ,"require": {"mage2pro/core": ">=2.5.10"} ,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}} ,"keywords": [ "API"