We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6200e46 commit 2793844Copy full SHA for 2793844
app/code/Magento/Payment/etc/payment.xml
@@ -41,5 +41,14 @@
41
<type id="MD" order="100">
42
<label>Maestro Domestic</label>
43
</type>
44
+ <type id="HC" order="110">
45
+ <label>Hipercard</label>
46
+ </type>
47
+ <type id="ELO" order="120">
48
+ <label>Elo</label>
49
50
+ <type id="AU" order="130">
51
+ <label>Aura</label>
52
53
</credit_cards>
54
</payment>
app/code/Magento/Payment/view/base/web/images/cc/au.png
1.75 KB
app/code/Magento/Payment/view/base/web/images/cc/elo.png
1.36 KB
app/code/Magento/Payment/view/base/web/images/cc/hc.png
1.39 KB
0 commit comments