We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da0ef commit dbcf6edCopy full SHA for dbcf6ed
3 files changed
data/cleansed/payment-methods.json
@@ -138,6 +138,21 @@
138
"credit"
139
]
140
},
141
+ {
142
+ "id": "cash_on_delivery",
143
+ "type": "online",
144
+ "name": "Cash on Delivery",
145
+ "small_width": 65,
146
+ "small_height": 41,
147
+ "medium_width": 100,
148
+ "medium_height": 60,
149
+ "large_width": 256,
150
+ "large_height": 256,
151
+ "regions": [
152
+ "world"
153
+ ],
154
+ "capabilities": []
155
+ },
156
{
157
"id": "china_union_pay",
158
"type": "card",
@@ -641,4 +656,4 @@
641
656
],
642
657
"capabilities": []
643
658
}
644
-]
659
+]
data/final/payment-methods.json
@@ -237,6 +237,32 @@
237
238
239
240
241
242
243
244
+ "images": {
245
+ "small": {
246
+ "url": "https://flowcdn.io/util/logos/payment-methods/cash_on_delivery/30/original.png",
247
+ "width": 65,
248
+ "height": 41
249
250
+ "medium": {
251
+ "url": "https://flowcdn.io/util/logos/payment-methods/cash_on_delivery/60/original.png",
252
+ "width": 100,
253
+ "height": 60
254
255
+ "large": {
256
+ "url": "https://flowcdn.io/util/logos/payment-methods/cash_on_delivery/120/original.png",
257
+ "width": 256,
258
+ "height": 256
259
+ }
260
261
262
263
264
265
266
267
268
@@ -1092,4 +1118,4 @@
1092
1118
1093
1119
1094
1120
1095
1121
data/original/payment-methods.csv
@@ -16,6 +16,7 @@ online,apple_pay,Apple Pay,65,41,100,60,256,256,world,
16
online,bankTransfer_IBAN,International Bank Transfer (IBAN),65,41,100,60,256,256,world,
17
online,bitcoin,Bitcoin,65,41,100,60,256,256,world,
18
online,bitpay,BitPay,65,41,100,60,256,256,world,
19
+online,cash_on_delivery,Cash on Delivery,65,41,100,60,256,256,world,
20
online,cryptocom_pay,Crypto.com Pay,65,41,100,60,256,256,world,
21
online,directEbanking,Sofortüberweisung,65,41,100,60,256,256,world,
22
online,dotpay,Dotpay,65,41,100,60,256,256,world,
0 commit comments