
Thank you for your order we Should arrive within the hour. We will send a text with Total.
It can be paid by card or cash at Delivery
It can be paid by card or cash at Delivery
// Create and initialize a payment form object
var paymentForm = new SqPaymentForm({
applicationId: "REPLACE_WITH_APPLICATION_ID",
locationId: "REPLACE_WITH_LOCATION_ID",
...
// Initialize Google Pay button ID
googlePay: {
elementId: 'sq-google-pay'
},
...
});