w3c / payment-request

Payment Request API
https://www.w3.org/TR/payment-request/
Other
488 stars 135 forks source link

editorial: add retry() to state diagram #734

Closed marcoscaceres closed 6 years ago

marcoscaceres commented 6 years ago

closes #728

Preview:

screenshot 2018-06-20 19 15 25
marcoscaceres commented 6 years ago

Note, the dotted border is not actually part of the image... just part of the screenshot.

ianbjacobs commented 6 years ago

Hi @marcoscaceres,

show() and abort() are shown without any prefix, but you have PaymentResponse.prototype.retry() rather than just retry(). Is that necessary?

Ian

marcoscaceres commented 6 years ago

Well, these original ones are tied to PaymentRequest, while retry() is tied to PaymentResponse... so I would say yes.