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 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