blob: f90a6f6c7353bfec87512da398fe1ecdd828e7c6 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
internals.mockPaymentCoordinator.supportsUnrestrictedApplePay = window.location.search === "?unrestricted" ? true : false;
loadApplePayFrame = () => {
const iframe = document.createElement('iframe');
iframe.src = 'apple-pay-availability.html' + window.location.search;
document.body.appendChild(iframe);
};
</script>