diff --git a/data/standards/PR.json b/data/standards/PR.json new file mode 100644 index 0000000..d8dd637 --- /dev/null +++ b/data/standards/PR.json @@ -0,0 +1,17 @@ +{ + "info": { + "name": "Payment Request API", + "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