Skip to content

Commit

Permalink
Merge pull request #43 from ianbjacobs/gh-pages
Browse files Browse the repository at this point in the history
Removed <a> until I figure out how to get rid of entry from imported glossary
  • Loading branch information
ianbjacobs committed Sep 17, 2016
2 parents f068a61 + d668944 commit 9765cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,14 +594,14 @@ <h3>Payment Method Support</h3>
<h3>Payment App Invocation and Response Data</h3>
<dl>
<dt><dfn id="dfn-app-request-data">payment app request data</dfn></dt>
<dd>data provided to the <a>invoked payment app</a> by the user agent to initiate a payment request. This data is a subset
<dd>data provided to the invoked payment app by the user agent to initiate a payment request. This data is a subset
of data input to the Payment Request API.
<p class="note" title="JSON serialization">
The data passed between the user agent and the payment app will be serialized as JSON data.
</p>
</dd>
<dt><dfn id="dfn-app-response-data">payment app response data</dfn></dt>
<dd>data returned by an <a>invoked payment app</a> to the user agent, typically after payment authorization or other action
<dd>data returned by an invoked payment app to the user agent, typically after payment authorization or other action
taken through the payment app. This data, which will vary according to payment method, is then passed through
the Payment Request API as the payment response.</dd>
</dl>
Expand Down

0 comments on commit 9765cd2

Please sign in to comment.