Skip to content

Commit

Permalink
INT-2947: buckzy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym-antonyshyn committed Nov 23, 2023
1 parent c799e21 commit d620299
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 @@ -24494,5 +24494,18 @@
"payment_method": [
"spei"
]
},
{
"status": "active",
"code": "buckzy",
"vendor": "buckzy",
"name": {
"en": "Buckzy",
"ru": "Buckzy",
"uk": "Buckzy"
},
"payment_method": [
"upi_qr"
]
}
]
12 changes: 12 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -33984,5 +33984,17 @@
"ru": "Inswitch",
"uk": "Inswitch"
}
},
{
"code": "buckzy",
"status": "active",
"links": {
"website": "https://buckzy.net"
},
"name": {
"en": "Buckzy",
"ru": "Buckzy",
"uk": "Buckzy"
}
}
]
Binary file added resources/payment_providers/buckzy/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/buckzy/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/buckzy/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/buckzy/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 d620299

Please sign in to comment.