diff --git a/public/examples/cash-app-pay.html b/public/examples/cash-app-pay.html index 129ff19..f0e2f35 100644 --- a/public/examples/cash-app-pay.html +++ b/public/examples/cash-app-pay.html @@ -16,7 +16,7 @@ countryCode: 'US', currencyCode: 'USD', total: { - amount: '1.00', + amount: '100.00', label: 'Total', }, }); @@ -27,7 +27,7 @@ const paymentRequest = buildPaymentRequest(payments); const cashAppPay = await payments.cashAppPay(paymentRequest, { redirectURL: window.location.href, - referenceId: 'my-website-00000001', + referenceId: 'my-website-00000002', }); const buttonOptions = { shape: 'semiround', @@ -128,7 +128,7 @@