- From: Jinho Bang <notifications@github.com>
- Date: Fri, 23 Jun 2017 13:58:56 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 23 June 2017 20:59:52 UTC
romandev commented on this pull request. > + <li>Let <var>permission</var> be the result of running + <a data-cite="!permissions#dfn-retrieve-the-permission-state"> + retrieve the permission state algorithm</a> of the permission + associated with <a>payment handler</a>'s <a>origin</a>. + </li> + <li>If <var>permission</var> is "prompt", ask the user whether + allowing adding new payment instruments for the <a data-cite= + "!HTML#current-settings-object">current settings object</a>'s + origin is acceptable. If it is, set <var>permission</var> to + "granted", and "denied" otherwise. + </li> + <li>Resolve <var>p</var> with <var>permission</var>. + </li> + </ol> + </li> + <li>Return <var>p</var> I'll do it in follow-up PR! Could you merge this PR? I don't have a permission to merge. Thank you! -- 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/pull/180#discussion_r123843347
Received on Friday, 23 June 2017 20:59:52 UTC