We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit c7988745 authored by Rik ter Beek's avatar Rik ter Beek

#163 add diners as creditcard method and remove others from allowed payment...

#163 add diners as creditcard method and remove others from allowed payment methods because this is already filtered out by magento
parent 7732ef9b
...@@ -56,7 +56,7 @@ class CcType extends \Magento\Payment\Model\Source\Cctype ...@@ -56,7 +56,7 @@ class CcType extends \Magento\Payment\Model\Source\Cctype
*/ */
public function getAllowedTypes() public function getAllowedTypes()
{ {
return ['VI', 'MC', 'AE', 'DI', 'JCB', 'UN', 'OT', 'MI']; return ['VI', 'MC', 'AE', 'DI', 'JCB', 'UN', 'MI', 'DN'];
} }
/** /**
......
Markdown is supported
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