blob: 2aea1d8b42a8eb4a8705e68e0771ab636f6795a7 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
internals.mockPaymentCoordinator.supportsUnrestrictedApplePay = false;
internals.mockPaymentCoordinator.setCanMakePayments(window.location.search === "?false" ? false : true);
ApplePaySession.canMakePayments();
window.webkit.messageHandlers.testApplePay.postMessage("done");
</script>