diff --git a/src/components/OnchainStoreCart.tsx b/src/components/OnchainStoreCart.tsx index 1bee1a5..2b83044 100644 --- a/src/components/OnchainStoreCart.tsx +++ b/src/components/OnchainStoreCart.tsx @@ -33,8 +33,8 @@ export default function OnchainStoreCart() { description, pricing_type: 'fixed_price', local_price: { - // NOTE: set to 0 for simulation purposes, - // replace with totalSum.toString() in real app + // NOTE: The values are set to zero on the template as we're not actually looking to sell anything here. + // To test with real values, replace with totalSum.toString() in real app amount: '0', currency: 'USD', }, @@ -58,7 +58,7 @@ export default function OnchainStoreCart() {