Skip to content

Commit 5a2211c

Browse files
1.1.1: #3
1 parent a4a8971 commit 5a2211c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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.0"
3+
,"version": "1.1.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://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=4.0.5"}
14+
,"require": {"mage2pro/core": ">=4.0.7"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Vantiv\\": ""}}
1616
,"keywords": [
1717
"API"

view/frontend/requirejs-config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// 2019-02-21
1+
// 2019-02-22
22
var config = {config: {mixins: {
3+
// 2019-02-22
4+
// «Make the Vantiv payment module compatible with a custom checkout module»
5+
// https://github.com/mage2pro/vantiv/issues/3
36
'Magento_Checkout/js/view/payment/list': {'Dfe_Vantiv/payment-list': true}
47
}}};

view/frontend/web/payment-list.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
// 2019-02-21
1+
// 2019-02-22
2+
// «Make the Vantiv payment module compatible with a custom checkout module»
3+
// https://github.com/mage2pro/vantiv/issues/3
24
define(['Dfe_Vantiv/loader'], function() {return function(sb) {return sb;};});

0 commit comments

Comments
 (0)