Skip to content

Commit

Permalink
1.3.0: #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 5, 2017
1 parent bcb57e7 commit b2b953b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ginger-payments"
,"version": "1.2.1"
,"version": "1.3.0"
,"description": "Ginger Payments integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ginger-payments"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.12.17", "mage2pro/ginger-payments-base": ">=1.2.0"}
,"require": {"mage2pro/core": ">=3.4.1", "mage2pro/ginger-payments-base": ">=1.2.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\GingerPayments\\": ""}}
,"keywords": [
"3D Secure"
Expand Down
7 changes: 7 additions & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ https://github.com/mage2pro/ginger-payments-base/blob/0.3.4/Method.php?ts=4#L46
</df_payment>
<payment>
<dfe_ginger_payments>
<!-- 2017-12-05
"The module is not shown in the «Mageplaza Extensions» → «One Step Checkout» →
«General Configuration» → «Default Payment Method» Magento 2 backend dropdown":
https://github.com/mage2pro/ginger-payments/issues/2
https://github.com/mage2pro/stripe/blob/2.5.2/etc/config.xml#L52-L120
-->
<active>1</active>
<!-- 2017-07-24
@used-by \Magento\Payment\Helper\Data::getMethodModelConfigName():
protected function getMethodModelConfigName($code) {
Expand Down

0 comments on commit b2b953b

Please sign in to comment.