Skip to content

Commit

Permalink
INT-2930: add PaylinkVip
Browse files Browse the repository at this point in the history
  • Loading branch information
VladyslavKyrychuk committed Nov 20, 2023
1 parent 256a40f commit 945ad81
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -24360,6 +24360,19 @@
"payment_card"
]
},
{
"status": "active",
"code": "paylinkvip",
"vendor": "paylinkvip",
"name": {
"en": "PaylinkVip",
"ru": "PaylinkVip",
"uk": "PaylinkVip"
},
"payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "neonpay",
Expand Down
12 changes: 12 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -33886,6 +33886,18 @@
"uk": "Symoco"
}
},
{
"code": "paylinkvip",
"status": "active",
"links": {
"website": "https://paylink.vip"
},
"name": {
"en": "PaylinkVip",
"ru": "PaylinkVip",
"uk": "PaylinkVip"
}
},
{
"code": "neonpay",
"status": "active",
Expand Down
18 changes: 18 additions & 0 deletions resources/payment_providers/paylinkvip/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/payment_providers/paylinkvip/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions resources/vendors/paylinecoza/paylinkvip/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions resources/vendors/paylinecoza/paylinkvip/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 945ad81

Please sign in to comment.