Skip to content

Commit

Permalink
Move reference to issue w3c#55 to basic card payment spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Mar 30, 2016
1 parent b4e7bab commit 0c5eb56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions specs/basic-card-payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ <h2>BasicCardResponse</h2>

</dl>

<p class="issue" data-number="55" title="Should the messages support field-level encryption?">
There is a requirement for payment apps to be able to return data that is
hidden from the payee themselves (perhaps for PCI scope reasons) as they will
pass it on to their payment service processor who can then decrypt it and use
it.
</p>

</section>

<section>
Expand Down
7 changes: 0 additions & 7 deletions specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -796,13 +796,6 @@ <h2>PaymentResponse interface</h2>
</dd>
</dl>

<p class="issue" data-number="55" title="Should the API support field-level encryption?">
There is a requirement for payment apps to be able to return data that is
hidden from the payee themselves (perhaps for PCI scope reasons) as they will
pass it on to their payment service processor who can then decrypt it and use
it. This may be incorporated into the details object or elsewhere.
</p>

<section>
<h2>complete()</h2>
<p>The <code><dfn>complete</dfn></code> method must be called after the user has accepted the payment
Expand Down

0 comments on commit 0c5eb56

Please sign in to comment.