mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
- Интеграция рекурентов от Юкассы
- Багфикс личного кабинета
This commit is contained in:
@@ -575,6 +575,16 @@ export interface ManualCheckResponse {
|
||||
new_status: string | null;
|
||||
}
|
||||
|
||||
// Saved payment method (card) for recurrent payments
|
||||
export interface SavedCard {
|
||||
id: number;
|
||||
method_type: string;
|
||||
card_last4: string | null;
|
||||
card_type: string | null;
|
||||
title: string | null;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
// Ticket notifications types
|
||||
export interface TicketNotification {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user