Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Oct 16, 2024
1 parent 80d0209 commit b9fb127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/OnchainStoreCart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand All @@ -58,7 +58,7 @@ export default function OnchainStoreCart() {
<PayButton
coinbaseBranded={true}
text="Pay with Crypto"
// NOTE: comment back in to disable 0 amount in real app
// NOTE: comment back in to disable $0 amount in real app
// disabled={!totalSum}
/>
</Pay>
Expand Down

0 comments on commit b9fb127

Please sign in to comment.