File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ protected function pCharge() {$s = $this->s(); return [
152
152
// Optional
153
153
// String, length 2, ISO 4217 currency code
154
154
// «Order delivery country two letter code»
155
- ,'EPS_DELIVERYCOUNTRY ' => ! $ this ->addressS () ? null : $ this -> addressS ( )->getCountryId ()
155
+ ,'EPS_DELIVERYCOUNTRY ' => $ this ->addressS (true )->getCountryId ()
156
156
// 2016-08-26
157
157
// Optional
158
158
// String, length less than 30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mage2pro/securepay"
3
- ,"version" : " 1.6.3 "
3
+ ,"version" : " 1.6.4 "
4
4
,"description" : " The «SecurePay» payment extension for Magento 2."
5
5
,"type" : " magento2-module"
6
6
,"homepage" : " https://mage2.pro/c/extensions/securepay"
11
11
"homepage" : " https://mage2.pro/users/dmitry_fedyuk" ,
12
12
"role" : " Developer"
13
13
}]
14
- ,"require" : {"mage2pro/core" : " >=3.2.2 " }
14
+ ,"require" : {"mage2pro/core" : " >=3.2.27 " }
15
15
,"autoload" : {"files" : [" registration.php" ], "psr-4" : {"Dfe\\ SecurePay\\ " : " " }}
16
16
,"keywords" : [
17
17
" 3D Secure"
You can’t perform that action at this time.
0 commit comments