Skip to content

Commit d0e79e4

Browse files
1.6.4
1 parent 7704fd4 commit d0e79e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Charge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ protected function pCharge() {$s = $this->s(); return [
152152
// Optional
153153
// String, length 2, ISO 4217 currency code
154154
// «Order delivery country two letter code»
155-
,'EPS_DELIVERYCOUNTRY' => !$this->addressS() ? null : $this->addressS()->getCountryId()
155+
,'EPS_DELIVERYCOUNTRY' => $this->addressS(true)->getCountryId()
156156
// 2016-08-26
157157
// Optional
158158
// String, length less than 30

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/securepay"
3-
,"version": "1.6.3"
3+
,"version": "1.6.4"
44
,"description": "The «SecurePay» payment extension for Magento 2."
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/securepay"
@@ -11,7 +11,7 @@
1111
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=3.2.2"}
14+
,"require": {"mage2pro/core": ">=3.2.27"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\SecurePay\\": ""}}
1616
,"keywords": [
1717
"3D Secure"

0 commit comments

Comments
 (0)