Skip to content

Commit dbcf6ed

Browse files
[Payment Methods] Cash on Delivery (#107)
1 parent a2da0ef commit dbcf6ed

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
@@ -138,6 +138,21 @@
138138
"credit"
139139
]
140140
},
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+
},
141156
{
142157
"id": "china_union_pay",
143158
"type": "card",
@@ -641,4 +656,4 @@
641656
],
642657
"capabilities": []
643658
}
644-
]
659+
]

data/final/payment-methods.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,32 @@
237237
"credit"
238238
]
239239
},
240+
{
241+
"id": "cash_on_delivery",
242+
"type": "online",
243+
"name": "Cash on Delivery",
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+
"regions": [
262+
"world"
263+
],
264+
"capabilities": []
265+
},
240266
{
241267
"id": "china_union_pay",
242268
"type": "card",
@@ -1092,4 +1118,4 @@
10921118
],
10931119
"capabilities": []
10941120
}
1095-
]
1121+
]

data/original/payment-methods.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ online,apple_pay,Apple Pay,65,41,100,60,256,256,world,
1616
online,bankTransfer_IBAN,International Bank Transfer (IBAN),65,41,100,60,256,256,world,
1717
online,bitcoin,Bitcoin,65,41,100,60,256,256,world,
1818
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,
1920
online,cryptocom_pay,Crypto.com Pay,65,41,100,60,256,256,world,
2021
online,directEbanking,Sofortüberweisung,65,41,100,60,256,256,world,
2122
online,dotpay,Dotpay,65,41,100,60,256,256,world,

0 commit comments

Comments
 (0)