Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 16, 2017
1 parent 406b8bf commit 1adb636
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 @@ -125,7 +125,7 @@ protected function pCharge() {return [
*/
//,'SignatureType' => 'SHA256'
// 2017-04-10 «Customer contact number». Required, String, 20.
,'UserContact' => df_chop($this->addressBS()->getTelephone(), 0, 20) ?: 'absent'
,'UserContact' => df_chop($this->customerPhone(), 0, 20) ?: 'absent'
,'UserName' => $this->customerName() // 2017-04-10 «Customer name». Required, 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.2.0"
,"version": "1.2.1"
,"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.12.0"}
,"require": {"mage2pro/core": ">=2.12.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 1adb636

Please sign in to comment.