Skip to content

Commit

Permalink
Merge pull request #1769 from openfintechio/feature/INT-6049-CG-Netse…
Browse files Browse the repository at this point in the history
…llerpay

INT-6049: CG Netsellerpay
  • Loading branch information
romansavchak authored Dec 13, 2024
2 parents 1a29876 + 9c48080 commit a1575b1
Show file tree
Hide file tree
Showing 6 changed files with 25 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 @@ -27047,5 +27047,18 @@
"payout_method": [
"payment_card"
]
},
{
"status": "active",
"code": "netsellerpay",
"vendor": "netsellerpay",
"name": {
"en": "Netsellerpay",
"ru": "Netsellerpay",
"uk": "Netsellerpay"
},
"payment_method": [
"payment_card"
]
}
]
12 changes: 12 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -35469,5 +35469,17 @@
"ru": "DEFICOPAY",
"uk": "DEFICOPAY"
}
},
{
"code": "netsellerpay",
"status": "active",
"links": {
"website": "https://netsellerpay.com/"
},
"name": {
"en": "Netsellerpay",
"ru": "Netsellerpay",
"uk": "Netsellerpay"
}
}
]
Binary file added resources/payment_providers/netsellerpay/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/payment_providers/netsellerpay/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vendors/netsellerpay/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vendors/netsellerpay/logo.png
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 a1575b1

Please sign in to comment.