Skip to content

Commit 4e2f52c

Browse files
1.2.1
1 parent e98769e commit 4e2f52c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

API/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function _construct() {
2121
]);
2222
$this->addFilterResBV(function($x) {
2323
$a = df_xml_parse_a($x); /** @var array(string => mixed) $a */
24-
return dfa_seq($a, ['authorizationResponse', 'saleResponse', '@']);
24+
return dfa_try($a, 'authorizationResponse', 'saleResponse', '@');
2525
});
2626
}
2727

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/vantiv"
3-
,"version": "1.2.0"
3+
,"version": "1.2.1"
44
,"description": "Vantiv integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/vantiv"
@@ -11,7 +11,7 @@
1111
"homepage": "https://upwork.com/fl/mage2pro",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=8.1.1"}
14+
,"require": {"mage2pro/core": ">=10.7.0"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Vantiv\\": ""}}
1616
,"keywords": [
1717
"API"

0 commit comments

Comments
 (0)