Skip to content

Commit

Permalink
Merge branch 'master' into feature/INT-2921-pog-inswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTramb committed Dec 7, 2023
2 parents 72af65d + 9fb9224 commit d3b373f
Show file tree
Hide file tree
Showing 16 changed files with 760 additions and 1 deletion.
54 changes: 53 additions & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -23438,7 +23438,7 @@
"vendor": "katarun",
"payment_method": [
"payment_card",
"bank_transfer_aggregated"
"sepa_transfer"
],
"name": {
"en": "Katarun",
Expand Down Expand Up @@ -24439,6 +24439,19 @@
"payment_card"
]
},
{
"status": "active",
"code": "paymaxis",
"vendor": "paymaxis",
"name": {
"en": "PayMaxis",
"ru": "PayMaxis",
"uk": "PayMaxis"
},
"payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "elitepay",
Expand Down Expand Up @@ -24494,5 +24507,44 @@
"payment_method": [
"upi_qr"
]
},
{
"status": "active",
"code": "carespay",
"vendor": "carespay",
"name": {
"en": "CaresPAY",
"ru": "CaresPAY",
"uk": "CaresPAY"
},
"payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "pylon",
"vendor": "pylon",
"name": {
"en": "Pylon",
"ru": "Pylon",
"uk": "Pylon"
},
"payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "paycc",
"vendor": "paycc",
"name": {
"en": "Pay.CC",
"ru": "Pay.CC",
"uk": "Pay.CC"
},
"payment_method": [
"payment_card"
]
}
]
45 changes: 45 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -33926,6 +33926,18 @@
"uk": "Concryt"
}
},
{
"code": "paymaxis",
"status": "active",
"links": {
"website": "https://paymaxis.com"
},
"name": {
"en": "PayMaxis",
"ru": "PayMaxis",
"uk": "PayMaxis"
}
},
{
"code": "elitepay",
"status": "active",
Expand Down Expand Up @@ -33958,5 +33970,38 @@
"ru": "Buckzy",
"uk": "Buckzy"
}
},
{
"code": "carespay",
"status": "active",
"links": {
"website": "https://www.carespay.com/"
},
"name": {
"en": "CaresPAY",
"ru": "CaresPAY",
"uk": "CaresPAY"
}
},
{
"code": "pylon",
"status": "active",
"name": {
"en": "Pylon",
"ru": "Pylon",
"uk": "Pylon"
}
},
{
"code": "paycc",
"status": "active",
"links": {
"website": "https://www.pay.cc/"
},
"name": {
"en": "Pay.CC",
"ru": "Pay.CC",
"uk": "Pay.CC"
}
}
]
Loading

0 comments on commit d3b373f

Please sign in to comment.