Skip to content

Commit

Permalink
Merge branch 'master' into feature/INT-6054-freepayment-update
Browse files Browse the repository at this point in the history
  • Loading branch information
romansavchak authored Dec 23, 2024
2 parents d5d0baa + c90a354 commit 755ed69
Show file tree
Hide file tree
Showing 6 changed files with 1,534 additions and 1 deletion.
16 changes: 15 additions & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -25254,6 +25254,19 @@
"payment_card"
]
},
{
"status": "active",
"code": "optipay",
"vendor": "optipay",
"payment_method": [
"payment_card"
],
"name": {
"en": "Optipay",
"ru": "Optipay",
"uk": "Optipay"
}
},
{
"status": "active",
"code": "kunapaycrypto",
Expand Down Expand Up @@ -26100,7 +26113,8 @@
"uk": "BitAndPay"
},
"payment_method": [
"paybybank"
"paybybank",
"blik"
]
},
{
Expand Down
9 changes: 9 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -29881,6 +29881,15 @@
"uk": "ElectroPay"
}
},
{
"code": "optipay",
"status": "active",
"name": {
"en": "Optipay",
"ru": "Optipay",
"uk": "Optipay"
}
},
{
"code": "hwx",
"status": "active",
Expand Down
Loading

0 comments on commit 755ed69

Please sign in to comment.