blob: 5b5027d6beb8cb79d2cc9823a38345d9cfd572c4 [file] [log] [blame]
<!DOCTYPE html>
<script>
new PaymentRequest(
[{supportedMethods: 'basic-card'}],
{total: {label: 'Tots', amount: {currency: 'USD', value: '1.00'}}}).show();
</script>