- From: ianbjacobs <notifications@github.com>
- Date: Fri, 06 Apr 2018 04:44:37 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/payment-request/pull/700/review/110033597@github.com>
ianbjacobs commented on this pull request. > + "payment handlers">payment handler</dfn>. Additionally, each payment + handler defines a <dfn>can make payment</dfn> algorithm. The details of + how a payment handler determines wether it, or the user, can + potentially "make a payment" is also an implementation detail of a + payment handler. For an example, see the <a data-cite= + "payment-method-basic-card#can-makepayment">can make payment</a> + algorithm of [[payment-method-basic-card]]. + </p> + <p> + A payment handler also defines the <a>steps to respond to a payment + request</a>, which results with an object, or <a>dictionary</a>, that a + a merchant uses to process or validate the transaction. The structure + of this object is specific for each <a>payment handler</a>. For an + example of such an object, see the <code><a data-cite= + "payment-method-basic-card#dom-basiccardresponse">BasicCardResponse</a></code> + dictionary of [[payment-method-basic-card]]. Please change "The structure of this object is specific for each <a>payment handler</a>" to "The structure of this object is specific for each <a>payment method</a>." -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/pull/700#pullrequestreview-110033597
Received on Friday, 6 April 2018 11:45:00 UTC