w3c / payment-request

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

Missing definition of retrying a payment as a concept #889

Open marcoscaceres opened 4 years ago

marcoscaceres commented 4 years ago

The Basic card spec says:

When retrying a request for payment,

However, it's treating retrying as a concept, but links to the .retry() method.

What would be nice would be to conceptually define what it means to "retry" a payment. Then other specs could link to that conceptual definition.