Skip to content

Commit

Permalink
Merge pull request #1730 from openfintechio/feature/INT-5671-CG-GMO
Browse files Browse the repository at this point in the history
INT-5671: CG GMO
  • Loading branch information
romansavchak authored Nov 14, 2024
2 parents 903da12 + 7b28c84 commit 791f815
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 @@ -26871,5 +26871,18 @@
"payout_method": [
"payment_card"
]
},
{
"status": "active",
"code": "gmo",
"vendor": "gmo",
"payment_method": [
"payment_card"
],
"name": {
"en": "GMO",
"ru": "GMO",
"uk": "GMO"
}
}
]
12 changes: 12 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -35337,5 +35337,17 @@
"ru": "CASCAD",
"uk": "CASCAD"
}
},
{
"code": "gmo",
"status": "active",
"links": {
"website": "https://www.gmo-pg.com/en/"
},
"name": {
"en": "GMO",
"ru": "GMO",
"uk": "GMO"
}
}
]
Binary file added resources/payment_providers/gmo/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/gmo/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/gmo/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/gmo/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 791f815

Please sign in to comment.