const payments = Square.payments(appId, locationId); const paymentRequest = payments.paymentRequest({ countryCode: 'US', currencyCode: 'USD', requestBillingContact: true, requestShippingContact: true, lineItems: [ { amount: '2.00', label: 'Item Cost' }, { amount: '0.00', label: 'Shipping' }, { amount: '0.00', label: 'Tax' }, ], shippingOptions: [ { amount: '0.00', id: 'shipping-option-1', label: 'Free', }, ], total: { amount: '1.00', label: 'Total', } }); const applePay = await payments.applePay(paymentRequest); const googlePay = await payments.googlePay(paymentRequest); Cart Page | Resume NC
top of page

My cart

Cart is empty

bottom of page