Skip to content

Commit

Permalink
1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 5, 2017
1 parent 490ecaa commit f722784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ protected function pCharge() {return [
*/
//,'SignatureType' => 'SHA256'
// 2017-04-10 «Customer contact number». Required, String, 20.
,'UserContact' => mb_substr($this->addressBS()->getTelephone(), 0, 100) ?: 'absent'
// 2017-04-10 «Customer name». Required, String, 100.
,'UserName' => $this->customerName()
,'UserContact' => df_chop($this->addressBS()->getTelephone(), 0, 20) ?: 'absent'
,'UserName' => $this->customerName() // 2017-04-10 «Customer name». Required, String, 100.
];}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ipay88"
,"version": "1.1.14"
,"version": "1.1.15"
,"description": "The «iPay88» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand Down

0 comments on commit f722784

Please sign in to comment.