Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INT-3853: POG HelloPayment #1476

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -25344,6 +25344,10 @@
"payment_method": [
"payment_card",
"bank_transfer"
],
"payout_method": [
"payment_card",
"bank_transfer"
]
},
{
Expand Down
17 changes: 17 additions & 0 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -94054,6 +94054,23 @@
"ru": "Введите полное имя получателя",
"uk": "Введіть повне імʼя одержувача"
}
},
{
"key": "wallet_id",
"type": "string",
"label": {
"en": "Wallet ID",
"ru": "Номер кошелька",
"uk": "Номер гаманця"
},
"hint": {
"en": "Enter wallet ID",
"ru": "Введите номер кошелька",
"uk": "Введіть номер гаманця"
},
"regexp": "\/^.{5,100}$\/",
"required": false,
"position": 7
}
],
"amount_min": 1,
Expand Down
Loading