Skip to content

Commit

Permalink
Add a reference to issue #40 but updated with issue text from @adrian…
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny authored and adrianba committed Mar 24, 2016
1 parent 4c4328c commit be49a84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,14 @@ <h2>PaymentRequest constructor</h2>
list, the payment <code>details</code>, the payment <code>options</code>, and any <a>payment
method</a> specific <code>data</code>.
</p>
<div class="issue" data-number="40" title="How does a website pass additional (not payment method specific) data to the payment app?">
It is proposed that a conformance criteria for implementations of this API be
that any data passed into the request is passed on to the payment app unaltered.
This would allow extensions of the data schema such as the addition of
properties that are not documented in this specification or known to implementors
such as JSON-LD @context or similar to be passed between the website and
payment app.
</div>
<div class="note">
<p>The <code>supportedMethods</code> sequence contains the <a>payment method identifiers</a>
for the <a>payment methods</a> that the merchant web site accepts.</p>
Expand Down

0 comments on commit be49a84

Please sign in to comment.