Skip to content

Commit ce89280

Browse files
INT2-5113: pg transak add refunds reconciliation hpp webhooks
1 parent 62483f7 commit ce89280

10 files changed

Lines changed: 3033 additions & 0 deletions

File tree

data/payment_methods.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6871,6 +6871,17 @@
68716871
"uk": "Sofort"
68726872
}
68736873
},
6874+
{
6875+
"code": "transak",
6876+
"vendor": "transak",
6877+
"category": "alternative",
6878+
"status": "active",
6879+
"name": {
6880+
"en": "Transak",
6881+
"ru": "Transak",
6882+
"uk": "Transak"
6883+
}
6884+
},
68746885
{
68756886
"code": "paymentrush",
68766887
"vendor": "paymentrush",

data/payment_providers.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18021,6 +18021,19 @@
1802118021
"card"
1802218022
]
1802318023
},
18024+
{
18025+
"status": "active",
18026+
"code": "transak",
18027+
"vendor": "transak",
18028+
"name": {
18029+
"en": "Transak",
18030+
"ru": "Transak",
18031+
"uk": "Transak"
18032+
},
18033+
"payment_method": [
18034+
"transak"
18035+
]
18036+
},
1802418037
{
1802518038
"status": "active",
1802618039
"code": "sobini",

0 commit comments

Comments
 (0)