From 37e5fb5b0dd63c829b8594a4313eb1b4e7ce166c Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 28 Mar 2026 17:02:28 +0100 Subject: [PATCH] chore: update id order --- mobile/src/api/api_types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/src/api/api_types.ts b/mobile/src/api/api_types.ts index b971b63d..8d393ebc 100644 --- a/mobile/src/api/api_types.ts +++ b/mobile/src/api/api_types.ts @@ -569,6 +569,7 @@ export interface CheckoutFormState { export interface CompletedOrder { id: number; + client_order_number?: number; username: string; status: string; adresse: string;