Skip to content

Commit a11b311

Browse files
1.1.7
1 parent 6fc41f2 commit a11b311

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Test/CaseT/Charge.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private function docBody($type = 'success', $capture = false) {
132132
* @param string $path
133133
* @return array(string => string)
134134
*/
135-
private function j($path) {return df_json_decode(file_get_contents(BP . "/_my/test/Vantiv/$path.json"));}
135+
private function j($path) {return df_json_file_read(BP . "/_my/test/Vantiv/$path.json");}
136136

137137
/**
138138
* 2018-12-18

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/vantiv"
3-
,"version": "1.1.6"
3+
,"version": "1.1.7"
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://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=5.5.3"}
14+
,"require": {"mage2pro/core": ">=8.1.1"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Vantiv\\": ""}}
1616
,"keywords": [
1717
"API"

0 commit comments

Comments
 (0)