Skip to content

Commit

Permalink
Merge pull request #1745 from openfintechio/feature/INT-6087-pg-octopays
Browse files Browse the repository at this point in the history
INT-6087: pg octopays
  • Loading branch information
romansavchak authored Nov 27, 2024
2 parents ec0a08c + 66dfa16 commit 04b3c20
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -26939,5 +26939,19 @@
"payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "octopays",
"vendor": "octopays",
"name": {
"en": "Octopays",
"ru": "Octopays",
"uk": "Octopays"
},
"payment_method": [
"bkash_limited",
"nagad_wallet"
]
}
]
12 changes: 12 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -35397,5 +35397,17 @@
"ru": "Cecabank",
"uk": "Cecabank"
}
},
{
"code": "octopays",
"status": "active",
"links": {
"website": "https://octopays.io/"
},
"name": {
"en": "Octopays",
"ru": "Octopays",
"uk": "Octopays"
}
}
]
99 changes: 99 additions & 0 deletions resources/payment_providers/octopays/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 04b3c20

Please sign in to comment.