diff --git a/src/app/[locale]/checkout/page.tsx b/src/app/[locale]/checkout/page.tsx index cfcac3d..d517325 100644 --- a/src/app/[locale]/checkout/page.tsx +++ b/src/app/[locale]/checkout/page.tsx @@ -183,6 +183,7 @@ export default function CheckoutPage() { name: line.variant.product.name, quantity: line.quantity, price: line.variant.pricing?.price?.gross?.amount || 0, + currency: line.variant.pricing?.price?.gross?.currency || "RSD", })), }); }