Skip to content

Commit a1d785b

Browse files
authored
Fix: Increase commerce price to avoid minimum purchase errors (#6582)
1 parent ba92cd2 commit a1d785b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/playground-web/src/components/pay/direct-payment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function BuyMerchPreview() {
1515
payOptions={{
1616
mode: "direct_payment",
1717
paymentInfo: {
18-
amount: "0.25",
18+
amount: "2",
1919
chain: base,
2020
token: getDefaultToken(base, "USDC"),
2121
sellerAddress: "0xEb0effdFB4dC5b3d5d3aC6ce29F3ED213E95d675",

0 commit comments

Comments
 (0)