Skip to content

Commit

Permalink
Assure PaymentRequest.id is a UUID (closes #588)
Browse files Browse the repository at this point in the history
Given that all UAs use a UUID for an .id, we make this a must.
  • Loading branch information
Marcos Cáceres authored and domenic committed Jan 19, 2018
1 parent 9d3b14e commit 72a62fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,12 +560,12 @@ <h2>
</li>
<li>Establish the request's id:
<ol>
<li>If <var>details</var>.<a data-lt=
"PaymentDetailsInit.id">id</a> is missing, add an <a data-lt=
"PaymentDetailsInit.id">id</a> member to <var>details</var> and
set its value to string that uniquely identifies this payment
request. It is RECOMMENDED that the string be a <abbr title=
"Universally Unique Identifier">UUID</abbr> [[!RFC4122]].
<li data-tests="payment-request-id-attribute.https.html">If <var>
details</var>.<a data-lt="PaymentDetailsInit.id">id</a> is
missing, add an <a data-lt="PaymentDetailsInit.id">id</a>
member to <var>details</var> and set its value to a
<abbr title="Universally Unique Identifier">UUID</abbr>
[[!RFC4122]].
</li>
</ol>
</li>
Expand Down

0 comments on commit 72a62fc

Please sign in to comment.