Re: [w3c/payment-handler] Revisiting Payment Method specific filter/capability matching (#157)

@rsolomakhin, you wrote "If the payment app does not have this event handler, then the browser should always show the payment app when its payment method is requested."

In summary (I hope):
 * For each PMI in intersection of supportedMethods and all registered enabledMethods:
   - If there is no canMakePayment() event handler, return true.
     Note: This might be because it has been disabled, or because it has not been provided.
   - If there is a canMakePayment() event handler, run it to determine the result.

Does that sound right?

Ian

-- 
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-handler/issues/157#issuecomment-304014347

Received on Thursday, 25 May 2017 13:49:55 UTC