From d77abbf2e78edd48d4e0cf8700ff785cf5048c44 Mon Sep 17 00:00:00 2001 From: derekjohnson Date: Fri, 20 May 2016 17:24:54 +0100 Subject: [PATCH] add missing curly bracket --- specs/paymentrequest.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index 7fd96b5c..0b624bf2 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -307,6 +307,7 @@

PaymentRequest constructor

data: { merchantIdentifier: "XXXX", bobPaySpecificField: true + } } ] @@ -332,6 +333,7 @@

PaymentRequest constructor

} +

The options object contains information about what options the web page wishes to use from the payment request system.