Skip to content

Commit 4a81a3f

Browse files
PAY-3830: Twint added to data/original/payment-methods.csv (#122)
Co-authored-by: Jean Logeart <jean.logeart@gmail.com>
1 parent 62dd230 commit 4a81a3f

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

data/cleansed/payment-methods.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,21 @@
623623
],
624624
"capabilities": []
625625
},
626+
{
627+
"id": "twint",
628+
"type": "online",
629+
"name": "Twint",
630+
"small_width": 65,
631+
"small_height": 41,
632+
"medium_width": 100,
633+
"medium_height": 60,
634+
"large_width": 256,
635+
"large_height": 256,
636+
"regions": [
637+
"world"
638+
],
639+
"capabilities": []
640+
},
626641
{
627642
"id": "unionpay",
628643
"type": "online",

data/final/payment-methods.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,32 @@
10631063
],
10641064
"capabilities": []
10651065
},
1066+
{
1067+
"id": "twint",
1068+
"type": "online",
1069+
"name": "Twint",
1070+
"images": {
1071+
"small": {
1072+
"url": "https://flowcdn.io/util/logos/payment-methods/twint/30/original.png",
1073+
"width": 65,
1074+
"height": 41
1075+
},
1076+
"medium": {
1077+
"url": "https://flowcdn.io/util/logos/payment-methods/twint/60/original.png",
1078+
"width": 100,
1079+
"height": 60
1080+
},
1081+
"large": {
1082+
"url": "https://flowcdn.io/util/logos/payment-methods/twint/120/original.png",
1083+
"width": 256,
1084+
"height": 256
1085+
}
1086+
},
1087+
"regions": [
1088+
"world"
1089+
],
1090+
"capabilities": []
1091+
},
10661092
{
10671093
"id": "unionpay",
10681094
"type": "online",

data/original/payment-methods.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ online,qiwiwallet,Qiwi Wallet,65,41,100,60,256,256,world,
4040
online,sepadirectdebit,SEPA Direct Debit,65,41,100,60,256,256,world,
4141
online,trustly,Trustly,65,41,100,60,256,256,world,
4242
online,trustpay,TrustPay,65,41,100,60,256,256,world,
43+
online,twint,Twint,65,41,100,60,256,256,world,
4344
online,unionpay,UnionPay,65,41,100,60,256,256,world,
4445
online,wechatpay,WeChat Pay,65,41,100,60,256,256,world,

0 commit comments

Comments
 (0)