Skip to content

Commit 56d9ed4

Browse files
committed
change pay to one dollar
1 parent 83a0e59 commit 56d9ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/base-account/guides/accept-payments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const provider = createBaseAccountSDK().getProvider();
2626

2727
// Trigger a payment – user will see a popup from their wallet service
2828
const { id } = await pay({
29-
amount: '5.00', // USD amount (we quote USDC internally)
29+
amount: '1.00', // USD amount (we quote USDC internally)
3030
to: '0xRecipient', // your address
3131
testnet: true // set false for Mainnet
3232
});

0 commit comments

Comments
 (0)