Skip to content

Commit 1b9ed15

Browse files
1.7.0: #4
1 parent 6cb2701 commit 1b9ed15

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

composer.json

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

etc/config.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ https://www.concrete5.org/marketplace/addons/ecommerce-securepay-direct-post-red
3838
</df_payment>
3939
<payment>
4040
<dfe_secure_pay>
41-
41+
<!-- 2017-12-05
42+
"The module is not shown in the «Mageplaza Extensions» → «One Step Checkout» →
43+
«General Configuration» → «Default Payment Method» Magento 2 backend dropdown":
44+
https://github.com/mage2pro/securepay/issues/4
45+
https://github.com/mage2pro/stripe/blob/2.5.2/etc/config.xml#L52-L120
46+
-->
47+
<active>1</active>
4248
<!-- 2017-07-24
4349
@used-by \Magento\Payment\Helper\Data::getMethodModelConfigName():
4450
protected function getMethodModelConfigName($code) {

0 commit comments

Comments
 (0)