This commit is contained in:
2026-05-22 22:36:10 +03:00
parent 52a0b7f3c7
commit f425cef139
4 changed files with 54 additions and 46 deletions

View File

@@ -153,7 +153,7 @@ export interface Payment {
export interface OrderWithPayment {
order: Order
payment: Payment
payment: Payment | null
}
export interface OrdersResponse {