Skip to content
This repository was archived by the owner on May 20, 2019. It is now read-only.

Commit 2793844

Browse files
author
Willian Keller
committed
Add Brazilian Credit Cards Support
Add Brazilian Credit Cards Support #1
1 parent 6200e46 commit 2793844

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

app/code/Magento/Payment/etc/payment.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,14 @@
4141
<type id="MD" order="100">
4242
<label>Maestro Domestic</label>
4343
</type>
44+
<type id="HC" order="110">
45+
<label>Hipercard</label>
46+
</type>
47+
<type id="ELO" order="120">
48+
<label>Elo</label>
49+
</type>
50+
<type id="AU" order="130">
51+
<label>Aura</label>
52+
</type>
4453
</credit_cards>
4554
</payment>
Loading
Loading
Loading

0 commit comments

Comments
 (0)