diff --git a/packages/ack-pay/README.md b/packages/ack-pay/README.md index 76b469d..8cf5c4e 100644 --- a/packages/ack-pay/README.md +++ b/packages/ack-pay/README.md @@ -31,7 +31,7 @@ const paymentRequest = { paymentOptions: [ { id: "option-1", - amount: new BigInt(100_000_000).toString(), // 100 USDC + amount: BigInt(100_000_000).toString(), // 100 USDC decimals: 6, currency: "USDC", recipient: "did:web:payment.example.com",