blob: 9bc8740a18f5059f18dd9e3efcd09efcbfa45877 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
loadApplePayFrame = () => {
const iframe = document.createElement('iframe');
iframe.src = 'apple-pay-availability.html' + window.location.search;
document.body.appendChild(iframe);
};
</script>