Skip to content

Commit

Permalink
Removing references to closed issues #47 and #56.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianba committed Apr 19, 2016
1 parent a9669e5 commit 31cd135
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,6 @@ <h2>PaymentRequest constructor</h2>
currently described in the specification.
</div>

<div class="issue" data-number="47" title="Should a payment request be just data, or a programmable object?">
There is an open issue about whether the payment request should
be a programmable object or should be just pure data that can be
operated on by methods.
</div>

<div class="issue" data-number="19" title="Should the API handle pre-auth, recurring payments, and similar scenarios">
There is an open issue about whether the API should handle occasions when a site wants to request a payment
method but not actually make a charge immediately. These may include identification validation, pre-auth
Expand Down Expand Up @@ -454,16 +448,6 @@ <h2>show()</h2>
<a>user accepts the payment request</a>. Some kind of user interface will be presented to the user to facilitate the
payment request after the <code>show</code> method returns.
</p>

<p class="issue" data-number="56" title="Should a website be able to provide a label for the 'Buy' or 'Checkout' button displayed in the payment app?">
It may help users understand what they are accepting if the web site
is able to label the "accept" button. For example, if a user is about
to "Buy" something, "Reserve" something, "Subscribe" to something,
etc. That said, this may create payment interface/experience issues
and accidentally lead to customers thinking they're performing
actions like a one-time purchase, when they are in fact signing up
for a subscription.
</p>
<p>
The <a><code>show</code></a> method MUST act as follows:
</p>
Expand Down

0 comments on commit 31cd135

Please sign in to comment.