Skip to content

Commit

Permalink
Merge pull request #1776 from openfintechio/feature/INT-6178-pg-klyme
Browse files Browse the repository at this point in the history
INT-6178: pg klyme
  • Loading branch information
romansavchak authored Dec 18, 2024
2 parents c02f7ca + 108c408 commit 45002b3
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 @@ -27142,5 +27142,18 @@
"payout_method": [
"payment_card"
]
},
{
"status": "active",
"code": "klyme",
"vendor": "klyme",
"name": {
"en": "Klyme",
"ru": "Klyme",
"uk": "Klyme"
},
"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 @@ -35547,5 +35547,17 @@
"ru": "Glory",
"uk": "Glory"
}
},
{
"code": "klyme",
"status": "active",
"links": {
"website": "https://www.klyme.io/"
},
"name": {
"en": "Klyme",
"ru": "Klyme",
"uk": "Klyme"
}
}
]
Binary file added resources/payment_providers/klyme/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/klyme/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/klyme/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/klyme/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 45002b3

Please sign in to comment.