Sign in
webkit
/
WebKit
/
84774fe198803611f5618b9a9f2415bf7b147653
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
apple-pay-can-make-payments.html
blob: 73ebc0bb37bae67c3caa4d7234dc8acb74f5d75b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script>
internals
.
mockPaymentCoordinator
.
setCanMakePayments
(
window
.
location
.
search
===
"?false"
?
false
:
true
);
ApplePaySession
.
canMakePayments
();
window
.
webkit
.
messageHandlers
.
testApplePay
.
postMessage
(
"done"
);
</script>