From 15824c8931d6271bd5a2ac93743014174db920cd Mon Sep 17 00:00:00 2001 From: gansukhben Date: Sun, 29 Oct 2017 13:35:19 -0500 Subject: [PATCH] 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