Skip to content

Commit

Permalink
Merge pull request #1746 from openfintechio/feature/INT-5667-cg-cecabank
Browse files Browse the repository at this point in the history
INT-5667: cg cecabank
  • Loading branch information
romansavchak authored Nov 27, 2024
2 parents 242d3e6 + 85ba019 commit ec0a08c
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 @@ -26926,5 +26926,18 @@
"payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "cecabank",
"vendor": "cecabank",
"name": {
"en": "Cecabank",
"ru": "Cecabank",
"uk": "Cecabank"
},
"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 @@ -35385,5 +35385,17 @@
"ru": "Leikur",
"uk": "Leikur"
}
},
{
"code": "cecabank",
"status": "active",
"links": {
"website": "https://www.cecabank.es/"
},
"name": {
"en": "Cecabank",
"ru": "Cecabank",
"uk": "Cecabank"
}
}
]
Binary file added resources/payment_providers/cecabank/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/cecabank/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/cecabank/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/cecabank/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 ec0a08c

Please sign in to comment.