Issue #21: Added Payment Request API standard

This commit is contained in:
gansukhben 2017-10-29 13:35:19 -05:00
parent 793b688909
commit 15824c8931
No known key found for this signature in database
GPG key ID: 27265D0EA33DF2D0

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

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