Merge pull request #28 from bengansukh/21-paymen-request-api
Issue #21: Added Payment Request API standard
This commit is contained in:
commit
26cf62c5d7
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