Skip to content

Commit

Permalink
Merge pull request #1788 from openfintechio/feature/INT-6196-PG-Nixxe
Browse files Browse the repository at this point in the history
INT-6196: PG Nixxe
  • Loading branch information
romansavchak authored Jan 8, 2025
2 parents e41774c + 0b3dd23 commit 6c16190
Show file tree
Hide file tree
Showing 6 changed files with 53 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 @@ -27229,5 +27229,18 @@
"payment_method": [
"bank_transfer"
]
},
{
"status": "active",
"code": "nixxe",
"vendor": "nixxe",
"name": {
"en": "Nixxe",
"ru": "Nixxe",
"uk": "Nixxe"
},
"payment_method": [
"bank_transfer"
]
}
]
12 changes: 12 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -35620,5 +35620,17 @@
"ru": "Klyme",
"uk": "Klyme"
}
},
{
"code": "nixxe",
"status": "active",
"links": {
"website": "https://www.nixxe.io/"
},
"name": {
"en": "Nixxe",
"ru": "Nixxe",
"uk": "Nixxe"
}
}
]
7 changes: 7 additions & 0 deletions resources/payment_providers/nixxe/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions resources/payment_providers/nixxe/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions resources/vendors/nixxe/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions resources/vendors/nixxe/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 6c16190

Please sign in to comment.