| <!doctype html> |
| |
| <!-- |
| Copyright 2017 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| |
| <html lang="en"> |
| |
| <head> |
| <script src="payment_request.js"></script> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5"> |
| <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> |
| </body> |
| |
| </html> |