Skip to content

Commit 67e602a

Browse files
authored
PMNT-1791: Add Bancontact payment method (#115)
1 parent 105ddba commit 67e602a

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

data/cleansed/payment-methods.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,21 @@
7676
],
7777
"capabilities": []
7878
},
79+
{
80+
"id": "bancontact",
81+
"type": "online",
82+
"name": "Bancontact",
83+
"small_width": 65,
84+
"small_height": 41,
85+
"medium_width": 100,
86+
"medium_height": 60,
87+
"large_width": 256,
88+
"large_height": 256,
89+
"regions": [
90+
"world"
91+
],
92+
"capabilities": []
93+
},
7994
{
8095
"id": "bankTransfer_IBAN",
8196
"type": "online",
@@ -656,4 +671,4 @@
656671
],
657672
"capabilities": []
658673
}
659-
]
674+
]

data/final/payment-methods.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,32 @@
131131
],
132132
"capabilities": []
133133
},
134+
{
135+
"id": "bancontact",
136+
"type": "online",
137+
"name": "Bancontact",
138+
"images": {
139+
"small": {
140+
"url": "https://flowcdn.io/util/logos/payment-methods/bancontact/30/original.png",
141+
"width": 65,
142+
"height": 41
143+
},
144+
"medium": {
145+
"url": "https://flowcdn.io/util/logos/payment-methods/bancontact/60/original.png",
146+
"width": 100,
147+
"height": 60
148+
},
149+
"large": {
150+
"url": "https://flowcdn.io/util/logos/payment-methods/bancontact/120/original.png",
151+
"width": 256,
152+
"height": 256
153+
}
154+
},
155+
"regions": [
156+
"world"
157+
],
158+
"capabilities": []
159+
},
134160
{
135161
"id": "bankTransfer_IBAN",
136162
"type": "online",
@@ -1118,4 +1144,4 @@
11181144
],
11191145
"capabilities": []
11201146
}
1121-
]
1147+
]

data/original/payment-methods.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ online,ach,ACH,65,41,100,60,256,256,world,
1313
online,alipay,Alipay,65,41,100,60,256,256,world,
1414
online,afterpay,Afterpay,65,41,100,60,256,256,world,
1515
online,apple_pay,Apple Pay,65,41,100,60,256,256,world,
16+
online,bancontact,Bancontact,65,41,100,60,256,256,world,
1617
online,bankTransfer_IBAN,International Bank Transfer (IBAN),65,41,100,60,256,256,world,
1718
online,bitcoin,Bitcoin,65,41,100,60,256,256,world,
1819
online,bitpay,BitPay,65,41,100,60,256,256,world,

0 commit comments

Comments
 (0)