Skip to content
Snippets Groups Projects
Commit 176c587e authored by Ievgen Sentiabov's avatar Ievgen Sentiabov
Browse files

MAGETWO-59033: [Github] Authorize.net doesn't allow to use JCB and Diners Club credit cards

 - Added JCB and Diners Club credit cards
parent 9fbaad71
Branches
No related merge requests found
...@@ -17,6 +17,6 @@ class Cctype extends PaymentCctype ...@@ -17,6 +17,6 @@ class Cctype extends PaymentCctype
*/ */
public function getAllowedTypes() public function getAllowedTypes()
{ {
return ['VI', 'MC', 'AE', 'DI']; return ['VI', 'MC', 'AE', 'DI', 'JCB', 'DN'];
} }
} }
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<payment> <payment>
<authorizenet_directpost> <authorizenet_directpost>
<active>0</active> <active>0</active>
<cctypes>AE,VI,MC,DI</cctypes> <cctypes>AE,VI,MC,DI,JCB,DN</cctypes>
<debug>0</debug> <debug>0</debug>
<email_customer>0</email_customer> <email_customer>0</email_customer>
<login backend_model="Magento\Config\Model\Config\Backend\Encrypted" /> <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