Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 20, 2017
1 parent dace35d commit fa7ffb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit fa7ffb6

Please sign in to comment.