Skip to content

Commit

Permalink
Update reference to issue w3c#39.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Mar 29, 2016
1 parent ce5c895 commit 559a706
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,18 +459,6 @@ <h2>show()</h2>
later be resolved by the <a>user accepts the payment request algorithm</a> through interaction with the user interface.
</li>
</ol>


<p class="issue" data-number="39" title="How are web-based payment apps supported?">
How do we support Web-based payment apps? These instruments require
a user to: <br/>
1. Start on the merchant website<br/>
2. Click buy<br/>
3. Select the web-based instrument<br/>
4. Navigate to a 3rd party website to approve the transaction<br/>
5. Return to the merchant website with a token, approval code, or
other proof that the transaction has been approved.
</p>
</section>

<section>
Expand Down Expand Up @@ -1055,6 +1043,7 @@ <h2>User agent delegates payment request algorithm</h2>
only available for a limited amount of time. If the user does not accept the payment request
within the allowed time period, then the request will be aborted.
</p>

<p>
A <a>user agent</a> may not always be able to abort a request. For example, if the <a>user agent</a>
has delegated responsibility for the request to another app. To support this situation,
Expand Down Expand Up @@ -1082,6 +1071,14 @@ <h2>User agent delegates payment request algorithm</h2>
</li>
</ol>

<p class="issue" data-number="39" title="How are web-based payment apps supported?">
The architecture document suggests that payment apps may take
numerous forms, including as web-based apps. This specification
should describe how the user-agent will pass the payment request
data and the complete signal to a web-based payment app and also how
it will receive the payment response from the payment app.
</p>

<div class="issue" data-number="7" title="Should we support a delegated state for PaymentRequest?">
<p>We believe there are <a>user agent</a> configurations that can cause the UI to get into a state
where cancellation by the web page during user interaction is difficult. Users should still
Expand Down

0 comments on commit 559a706

Please sign in to comment.