Skip to content

Commit 6fefc29

Browse files
[PAY-4030] - Support Vipps (#126)
* dded Vipps to payment method configuration * Fixed imcorrect pm logo link
1 parent 712a0eb commit 6fefc29

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
@@ -698,6 +698,21 @@
698698
],
699699
"capabilities": []
700700
},
701+
{
702+
"id": "vipps",
703+
"type": "online",
704+
"name": "Vipps",
705+
"small_width": 40,
706+
"small_height": 26,
707+
"medium_width": 77,
708+
"medium_height": 50,
709+
"large_width": 154,
710+
"large_height": 100,
711+
"regions": [
712+
"world"
713+
],
714+
"capabilities": []
715+
},
701716
{
702717
"id": "visa",
703718
"type": "card",

data/final/payment-methods.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,32 @@
11931193
],
11941194
"capabilities": []
11951195
},
1196+
{
1197+
"id": "vipps",
1198+
"type": "online",
1199+
"name": "Vipps",
1200+
"images": {
1201+
"small": {
1202+
"url": "https://flowcdn.io/util/logos/payment-methods/vipps/30/original.png",
1203+
"width": 40,
1204+
"height": 26
1205+
},
1206+
"medium": {
1207+
"url": "https://flowcdn.io/util/logos/payment-methods/vipps/60/original.png",
1208+
"width": 77,
1209+
"height": 50
1210+
},
1211+
"large": {
1212+
"url": "https://flowcdn.io/util/logos/payment-methods/vipps/120/original.png",
1213+
"width": 154,
1214+
"height": 100
1215+
}
1216+
},
1217+
"regions": [
1218+
"world"
1219+
],
1220+
"capabilities": []
1221+
},
11961222
{
11971223
"id": "visa",
11981224
"type": "card",

data/original/payment-methods.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ online,trustly,Trustly,65,41,100,60,256,256,world,
4545
online,trustpay,TrustPay,65,41,100,60,256,256,world,
4646
online,twint,Twint,65,41,100,60,256,256,world,
4747
online,unionpay,UnionPay,65,41,100,60,256,256,world,
48+
online,vipps,Vipps,40,26,77,50,154,100,world,
4849
online,wechatpay,WeChat Pay,65,41,100,60,256,256,world,

0 commit comments

Comments
 (0)