Skip to content

Commit

Permalink
Merge pull request #1534 from openfintechio/feature/INT-4415-freepay-…
Browse files Browse the repository at this point in the history
…payment-provider

INT-4415: freepay
  • Loading branch information
TonyTramb committed May 21, 2024
2 parents 85de83f + 41997cf commit 6a5f0a7
Show file tree
Hide file tree
Showing 6 changed files with 192 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 @@ -25668,5 +25668,18 @@
"payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "freepay",
"vendor": "freepay",
"name": {
"en": "FreePay",
"ru": "FreePay",
"uk": "FreePay"
},
"payment_method": [
"payment_card"
]
}
]
9 changes: 9 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -34672,5 +34672,14 @@
"ru": "EspertoPay",
"uk": "EspertoPay"
}
},
{
"code": "freepay",
"status": "active",
"name": {
"en": "FreePay",
"ru": "FreePay",
"uk": "FreePay"
}
}
]
85 changes: 85 additions & 0 deletions resources/payment_providers/freepay/icon.svg
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/freepay/logo.png
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 6a5f0a7

Please sign in to comment.