Skip to content

Commit 712a0eb

Browse files
[PAY-4067] Added grabpay (#125)
1 parent b04ca34 commit 712a0eb

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
@@ -374,6 +374,21 @@
374374
],
375375
"capabilities": []
376376
},
377+
{
378+
"id": "grabpay",
379+
"type": "online",
380+
"name": "GrabPay",
381+
"small_width": 40,
382+
"small_height": 26,
383+
"medium_width": 77,
384+
"medium_height": 50,
385+
"large_width": 154,
386+
"large_height": 100,
387+
"regions": [
388+
"world"
389+
],
390+
"capabilities": []
391+
},
377392
{
378393
"id": "ideal",
379394
"type": "online",

data/final/payment-methods.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,32 @@
638638
],
639639
"capabilities": []
640640
},
641+
{
642+
"id": "grabpay",
643+
"type": "online",
644+
"name": "GrabPay",
645+
"images": {
646+
"small": {
647+
"url": "https://flowcdn.io/util/logos/payment-methods/grabpay/30/original.png",
648+
"width": 40,
649+
"height": 26
650+
},
651+
"medium": {
652+
"url": "https://flowcdn.io/util/logos/payment-methods/grabpay/60/original.png",
653+
"width": 77,
654+
"height": 50
655+
},
656+
"large": {
657+
"url": "https://flowcdn.io/util/logos/payment-methods/grabpay/120/original.png",
658+
"width": 154,
659+
"height": 100
660+
}
661+
},
662+
"regions": [
663+
"world"
664+
],
665+
"capabilities": []
666+
},
641667
{
642668
"id": "ideal",
643669
"type": "online",

data/original/payment-methods.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ online,dragonpay_otc_banking,Dragonpay OTC,65,41,100,60,256,256,world,
2727
online,ebanking_FI,Finnish E-Banking,65,41,100,60,256,256,world,
2828
online,giropay,GiroPay,65,41,100,60,256,256,world,
2929
online,google_pay,Google Pay,65,41,100,60,256,256,world,
30+
online,grabpay,GrabPay,40,26,77,50,154,100,world,
3031
online,ideal,iDEAL,65,41,100,60,256,256,world,
3132
online,interac,Interac Online,65,41,100,60,256,256,world,
3233
online,kcp_banktransfer,Bank Transfer via KCP,65,41,100,60,256,256,world,

0 commit comments

Comments
 (0)