Skip to content

Commit b2b953b

Browse files
1.3.0: #2
1 parent bcb57e7 commit b2b953b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/ginger-payments"
3-
,"version": "1.2.1"
3+
,"version": "1.3.0"
44
,"description": "Ginger Payments integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/ginger-payments"
@@ -11,7 +11,7 @@
1111
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=2.12.17", "mage2pro/ginger-payments-base": ">=1.2.0"}
14+
,"require": {"mage2pro/core": ">=3.4.1", "mage2pro/ginger-payments-base": ">=1.2.0"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\GingerPayments\\": ""}}
1616
,"keywords": [
1717
"3D Secure"

etc/config.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ https://github.com/mage2pro/ginger-payments-base/blob/0.3.4/Method.php?ts=4#L46
4949
</df_payment>
5050
<payment>
5151
<dfe_ginger_payments>
52+
<!-- 2017-12-05
53+
"The module is not shown in the «Mageplaza Extensions» → «One Step Checkout» →
54+
«General Configuration» → «Default Payment Method» Magento 2 backend dropdown":
55+
https://github.com/mage2pro/ginger-payments/issues/2
56+
https://github.com/mage2pro/stripe/blob/2.5.2/etc/config.xml#L52-L120
57+
-->
58+
<active>1</active>
5259
<!-- 2017-07-24
5360
@used-by \Magento\Payment\Helper\Data::getMethodModelConfigName():
5461
protected function getMethodModelConfigName($code) {

0 commit comments

Comments
 (0)