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); About | Resume NC
top of page

Who is Resume NC?

Take a look at my short videos to learn more about me, my professional background, and the method to my madness!

​

Each video is less than a minute long ~ Turn on your volume to enjoy!

CONTACT US

Thanks for submitting!

bottom of page