mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
wip: Saving work
This commit is contained in:
@@ -45,7 +45,9 @@ export default async function HomePage({
|
||||
let cart;
|
||||
|
||||
if (cartId) {
|
||||
cart = await getCart(cartId);
|
||||
console.debug({ cartId });
|
||||
cart = await getCart({ cartId, language: locale?.toUpperCase() });
|
||||
console.debug({ cart });
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user