We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0947c commit 93c594fCopy full SHA for 93c594f
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mage2pro/securepay"
3
- ,"version": "1.6.5"
+ ,"version": "1.6.6"
4
,"description": "SecurePay integration with Magento 2"
5
,"type": "magento2-module"
6
,"homepage": "https://mage2.pro/c/extensions/securepay"
etc/di.xml
etc/frontend/di.xml
@@ -17,4 +17,6 @@
17
</argument>
18
</arguments>
19
</type>
20
+ <virtualType name='Dfe\SecurePay\Controller\Confirm\Index' type='Df\Payment\W\Action'/>
21
+ <virtualType name='Dfe\SecurePay\Controller\CustomerReturn\Index' type='Df\Payment\CustomerReturn'/>
22
</config>
0 commit comments