Merge branch 'master' of github.com:snyderp/web-api-manager
This commit is contained in:
commit
3182110eea
1 changed files with 17 additions and 0 deletions
17
data/standards/PR.json
Normal file
17
data/standards/PR.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue