feat: Complete checkout overhaul with Stripe PaymentIntent integration and abandoned cart recovery
This commit is contained in:
@@ -21,7 +21,7 @@ export const useLocalizedRoutes = () => {
|
||||
const trimmed = path.trim();
|
||||
const normalized = trimmed.startsWith('/') ? trimmed : `/${trimmed}`;
|
||||
|
||||
console.debug('[useLocalizedRoutes] Resolved path', { input: path, normalized, locale });
|
||||
// console.debug('[useLocalizedRoutes] Resolved path', { input: path, normalized, locale });
|
||||
|
||||
// Since prefix-free, return plain path. Locale is handled via session.
|
||||
return normalized;
|
||||
|
||||
Reference in New Issue
Block a user