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:
@@ -46,7 +46,7 @@ export default async function HomePage({
|
||||
let cart;
|
||||
|
||||
if (cartId) {
|
||||
cart = await getCart({ cartId, language: locale?.toUpperCase() });
|
||||
cart = await getCart(cartId);
|
||||
}
|
||||
|
||||
const promotedItem: Product | undefined = await getProduct({
|
||||
|
Reference in New Issue
Block a user