Skip to content
Snippets Groups Projects
Commit 5370951e authored by Dmytro Yushkin's avatar Dmytro Yushkin
Browse files

Merge remote-tracking branch 'origin/MAGETWO-59033' into MPI-PR-bugfixes

parents 7cc85c0a 176c587e
No related merge requests found
......@@ -17,6 +17,6 @@ class Cctype extends PaymentCctype
*/
public function getAllowedTypes()
{
return ['VI', 'MC', 'AE', 'DI'];
return ['VI', 'MC', 'AE', 'DI', 'JCB', 'DN'];
}
}
......@@ -10,7 +10,7 @@
<payment>
<authorizenet_directpost>
<active>0</active>
<cctypes>AE,VI,MC,DI</cctypes>
<cctypes>AE,VI,MC,DI,JCB,DN</cctypes>
<debug>0</debug>
<email_customer>0</email_customer>
<login backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment