We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday 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