fix: fixup adresse correction
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user