Skip to content

Commit c358a1c

Browse files
authored
Merge branch 'master' into feature/INT2-5082-pg-instaxchange-add-new-method
2 parents e4cf7f4 + 4b9f9c1 commit c358a1c

3 files changed

Lines changed: 45 additions & 2 deletions

File tree

data/payment_providers.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5060,7 +5060,8 @@
50605060
"cardpay_crypto",
50615061
"bancontact",
50625062
"blik",
5063-
"ideal"
5063+
"ideal",
5064+
"przelewy24"
50645065
],
50655066
"payout_method": [
50665067
"payment_card",
@@ -30645,5 +30646,18 @@
3064530646
"payment_method": [
3064630647
"payment_card"
3064730648
]
30649+
},
30650+
{
30651+
"status": "active",
30652+
"code": "qorepayments",
30653+
"vendor": "qorepayments",
30654+
"name": {
30655+
"en": "QorePayments",
30656+
"ru": "QorePayments",
30657+
"uk": "QorePayments"
30658+
},
30659+
"payment_method": [
30660+
"payment_card"
30661+
]
3064830662
}
30649-
]
30663+
]

data/payment_services.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12636,6 +12636,26 @@
1263612636
"flow": "hpp",
1263712637
"method": "przelewy24",
1263812638
"currency": "EUR",
12639+
"fields": [
12640+
{
12641+
"key": "bank_code",
12642+
"type": "string",
12643+
"regexp": "\/^[A-Za-z0-9]{2,20}$\/",
12644+
"required": false,
12645+
"position": 1,
12646+
"label": {
12647+
"en": "Payer bank code",
12648+
"ru": "Код банка отправителя",
12649+
"uk": "Код банку відправника"
12650+
},
12651+
"hint": {
12652+
"en": "Enter payer bank code",
12653+
"ru": "Введите код банка отправителя",
12654+
"uk": "Введіть код банку відправника"
12655+
},
12656+
"example": "050"
12657+
}
12658+
],
1263912659
"amount_min": 0.01,
1264012660
"amount_max": 100000
1264112661
},

data/vendors.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37212,5 +37212,14 @@
3721237212
"ru": "Paydeca",
3721337213
"uk": "Paydeca"
3721437214
}
37215+
},
37216+
{
37217+
"code": "qorepayments",
37218+
"status": "active",
37219+
"name": {
37220+
"en": "QorePayments",
37221+
"ru": "QorePayments",
37222+
"uk": "QorePayments"
37223+
}
3721537224
}
3721637225
]

0 commit comments

Comments
 (0)