Merge pull request #28 from bengansukh/21-paymen-request-api

Issue #21: Added Payment Request API standard
This commit is contained in:
Peter Snyder 2017-10-29 20:35:40 -05:00 committed by GitHub
commit 26cf62c5d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
data/standards/PR.json Normal file
View file

@ -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"
]
}