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 aba8c439 authored by Alessio Zampatti's avatar Alessio Zampatti Committed by GitHub

PW-965: Added Troy card (#388)

* Added Troy card

* removed aura card
parent 720cd651
...@@ -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', 'MI', 'DN', 'BCMC', 'HIPERCARD','ELO','AURA']; return ['VI', 'MC', 'AE', 'DI', 'JCB', 'UN', 'MI', 'DN', 'BCMC', 'HIPERCARD','ELO', 'TROY'];
} }
/** /**
......
...@@ -61,21 +61,21 @@ ...@@ -61,21 +61,21 @@
<label>UnionPay</label> <label>UnionPay</label>
<code_alt>cup</code_alt> <code_alt>cup</code_alt>
</type> </type>
<type id="BCMC" order="80"> <type id="BCMC" order="90">
<label>Bancontact</label> <label>Bancontact</label>
<code_alt>bcmc</code_alt> <code_alt>bcmc</code_alt>
</type> </type>
<type id="HIPERCARD" order="80"> <type id="HIPERCARD" order="100">
<label>Hipercard</label> <label>Hipercard</label>
<code_alt>hipercard</code_alt> <code_alt>hipercard</code_alt>
</type> </type>
<type id="ELO" order="80"> <type id="ELO" order="110">
<label>Elo</label> <label>Elo</label>
<code_alt>elo</code_alt> <code_alt>elo</code_alt>
</type> </type>
<type id="AURA" order="80"> <type id="TROY" order="130">
<label>Aura</label> <label>Troy</label>
<code_alt>aura</code_alt> <code_alt>troy</code_alt>
</type> </type>
</adyen_credit_cards> </adyen_credit_cards>
</payment> </payment>
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