We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a0e59 commit 56d9ed4Copy full SHA for 56d9ed4
1 file changed
docs/base-account/guides/accept-payments.mdx
@@ -26,7 +26,7 @@ const provider = createBaseAccountSDK().getProvider();
26
27
// Trigger a payment – user will see a popup from their wallet service
28
const { id } = await pay({
29
- amount: '5.00', // USD amount (we quote USDC internally)
+ amount: '1.00', // USD amount (we quote USDC internally)
30
to: '0xRecipient', // your address
31
testnet: true // set false for Mainnet
32
});
0 commit comments