From b9fb127c4d3660caff9dfefbdb5b726a9f9b8104 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Wed, 16 Oct 2024 09:09:10 -0700 Subject: [PATCH] update comment --- src/components/OnchainStoreCart.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {