From 15824c8931d6271bd5a2ac93743014174db920cd Mon Sep 17 00:00:00 2001 From: gansukhben Date: Sun, 29 Oct 2017 13:35:19 -0500 Subject: [PATCH 1/2] Issue #21: Added Payment Request API standard --- data/standards/PR.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/standards/PR.json diff --git a/data/standards/PR.json b/data/standards/PR.json new file mode 100644 index 0000000..a1dcbe8 --- /dev/null +++ b/data/standards/PR.json @@ -0,0 +1,17 @@ +{ + "info": { + "name": "Payment Request", + "subsection_number": null, + "subsection_name": null, + "url": "https://w3c.github.io/payment-request/" + }, + "features": [ + "PaymentRequest.prototype.show", + "PaymentRequest.prototype.abort", + "PaymentRequest.prototype.canMakePayment", + "PaymentAddress.prototype.toJSON", + "PaymentResponse.prototype.complete", + "PaymentResponse.prototype.toJSON", + "PaymentRequestUpdateEvent.prototype.updateWith" + ] + } \ No newline at end of file From 3c3b537b12d12507a5fdada2361680d991e880d2 Mon Sep 17 00:00:00 2001 From: gansukhben Date: Sun, 29 Oct 2017 20:34:48 -0500 Subject: [PATCH 2/2] Issue #21: Updated name --- data/standards/PR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/standards/PR.json b/data/standards/PR.json index a1dcbe8..d8dd637 100644 --- a/data/standards/PR.json +++ b/data/standards/PR.json @@ -1,6 +1,6 @@ { "info": { - "name": "Payment Request", + "name": "Payment Request API", "subsection_number": null, "subsection_name": null, "url": "https://w3c.github.io/payment-request/"