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 1eb3c4f4 authored by rikterbeek's avatar rikterbeek

indicate adyen creditcard and oneclick as a payment gateway

parent a048486d
...@@ -45,6 +45,7 @@ class Cc extends \Magento\Payment\Model\Method\Cc ...@@ -45,6 +45,7 @@ class Cc extends \Magento\Payment\Model\Method\Cc
protected $_canCaptureOnce = true; protected $_canCaptureOnce = true;
protected $_canRefund = true; protected $_canRefund = true;
protected $_canRefundInvoicePartial = true; protected $_canRefundInvoicePartial = true;
protected $_isGateway = true;
/** /**
* @var string * @var string
......
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