Skip to content

Commit 191e714

Browse files
authored
Merge pull request #2336 from openfintechio/feature/INT2-5113-pg-transak-add-refunds-reconciliation-hpp-webhooks
INT2-5113: pg transak add refunds reconciliation hpp webhooks
2 parents 5b4f415 + 6714be3 commit 191e714

8 files changed

Lines changed: 3173 additions & 5 deletions

File tree

data/payment_methods.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12010,4 +12010,4 @@
1201012010
"en": "Tunzer"
1201112011
}
1201212012
}
12013-
]
12013+
]

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+
"crypto_aggregated"
18035+
]
18036+
},
1802418037
{
1802518038
"status": "active",
1802618039
"code": "sobini",

0 commit comments

Comments
 (0)