mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat(balance): per-method quick amounts on top-up page
This commit is contained in:
@@ -448,6 +448,7 @@ export interface PaymentMethod {
|
||||
max_amount_kopeks: number;
|
||||
is_available: boolean;
|
||||
options?: PaymentMethodOption[] | null;
|
||||
quick_amounts?: number[];
|
||||
// Если true — после получения payment_url кабинет сразу делает
|
||||
// window.location.href вместо показа панели с кнопкой "Открыть".
|
||||
open_url_direct?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user