blob: 7f30e3f6c80a75988a908fecd4ccfdd9c8434e53 [file] [log] [blame]
<!doctype html>
<!-- Copyright 2017 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>US-only delivery with e-mail address</title>
</head>
<body>
<div id="contents">
<h1>Worldwide multi-option shipping</h1>
<p>This merchant provides multiple shipping options worldwide, independent of the shipping address. No payment will be processed.</p>
<p>Price: USD <strong>$55.00</strong></p>
<p><button id="buy" onclick="onBuyClicked()">Buy</button></p>
</div>
<pre id="msg"></pre>
<script src="payment_request.js"></script>
</body>
</html>