blob: ff4a60e6a179633f54e3e36bdfff08653648d6ba [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>
<head>
<title>Bob Pay and basic-card with modifier optional data test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<button onclick="buy()" id="buy">Bob Pay modifier Test</button>
<button onclick="buyWithAllCardsModifier()" id="buy_with_all_cards_modifier">All cards modifier test</button>
<button onclick="buyWithVisaCreditModifier()" id="buy_with_visa_credit_modifier">Visa credit card modifier test</button>
<button onclick="buyWithVisaDebitModifier()" id="buy_with_visa_debit_modifier">Visa debit card modifier test</button>
<button onclick="buyWithCreditModifier()" id="buy_with_credit_modifier">Credit card modifier test</button>
<button onclick="buyWithVisaModifier()" id="buy_with_visa_modifier">Visa card modifier test</button>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="bobpay_and_basic_card_with_modifier_optional_data.js"></script>
</body>
</html>