Your cart is empty. Please click here to continue shopping.
if (window.ApplePaySession) {
var merchantIdentifier = 'www.kidstopia.com';
var promise = ApplePaySession.canMakePaymentsWithActiveCard(merchantIdentifier);
promise.then(function (canMakePayments) {
if (canMakePayments)
// Display Apple Pay Buttons here…
}); }