From 7a9c927e85be0368fb677b29680d02690c38d1be Mon Sep 17 00:00:00 2001 From: maxwellcotto <53192405+maxwellcotto@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:58:55 -0400 Subject: [PATCH] Update payment amount and reference ID in HTML --- public/examples/cash-app-pay.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/examples/cash-app-pay.html b/public/examples/cash-app-pay.html index 129ff19c..f0e2f352 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 @@
-

Pay $1.00

+

Pay $100.00