mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
fix: Revert issues with cart localization
This commit is contained in:
@@ -25,7 +25,7 @@ export default async function Page({ params }: { params: { locale?: SupportedLoc
|
||||
let cart;
|
||||
|
||||
if (cartId) {
|
||||
cart = await getCart({ cartId, language: params?.locale?.toUpperCase() });
|
||||
cart = await getCart(cartId);
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user