Skip to content

Commit

Permalink
1.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 4, 2020
1 parent bb830b0 commit 53c6890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Block/Info/BankCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private function allpayAuthCode() {
* @return string|null
*/
private function eci() {/** @var string|null $eci */return is_null($eci = $this->e('eci')) ? null :
sprintf("0{$eci} (%s)", dfa([
df_desc("0{$eci}", dfa([
0 => 'Card holder and issuing bank not registered as a 3D Secure'
,1 => 'One of card holder or issuing bank not registered as a 3D Secure'
,2 => 'Card holder and issuing bank are 3D Secure. 3dSecure authentication successful'
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/allpay"
,"version": "1.11.8"
,"version": "1.11.9"
,"description": "歐付寶 OPay (allPay) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/allpay"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=5.9.3"}
,"require": {"mage2pro/core": ">=5.9.5"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\AllPay\\": ""}}
,"keywords": [
"allPay"
Expand Down

0 comments on commit 53c6890

Please sign in to comment.