fix: fixup adresse correction
Backend - Build & Lint / build (push) Failing after 33m6s
Frontend Client - EAS Build / build (push) Successful in 2h3m29s
Frontend Web - Build & Lint / build (push) Failing after 10m16s

This commit is contained in:
Xor290
2026-08-04 18:08:50 +02:00
parent c35f99b410
commit 39216fc137
6 changed files with 96 additions and 28 deletions
+2
View File
@@ -697,6 +697,8 @@ export const createCheckout = async (checkoutData: CheckoutData) => {
message: data.error || "Erreur création",
postal_code: data.postal_code as string | undefined,
zone_error: isZoneError as boolean,
invalid_address: !!data.corrected_address,
suggested_address: data.corrected_address as string | undefined,
};
}