Skip to content

Commit 72a62fc

Browse files
Marcos Cáceresdomenic
Marcos Cáceres
authored andcommitted
Assure PaymentRequest.id is a UUID (closes #588)
Given that all UAs use a UUID for an .id, we make this a must.
1 parent 9d3b14e commit 72a62fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,12 @@

560560
li>
561561
<li>Establish the request's id:
562562
<ol>
563-
<li>If <var>detailsvar>.<a data-lt=
564-
"PaymentDetailsInit.id">ida> is missing, add an <a data-lt=
565-
"PaymentDetailsInit.id">ida> member to <var>detailsvar> and
566-
set its value to string that uniquely identifies this payment
567-
request. It is RECOMMENDED that the string be a <abbr title=
568-
"Universally Unique Identifier">UUIDabbr> [[!RFC4122]].
563+
<li data-tests="payment-request-id-attribute.https.html">If <var>
564+
detailsvar>.<a data-lt="PaymentDetailsInit.id">ida> is
565+
missing, add an <a data-lt="PaymentDetailsInit.id">ida>
566+
member to <var>detailsvar> and set its value to a
567+
<abbr title="Universally Unique Identifier">UUIDabbr>
568+
[[!RFC4122]].
569569
li>
570570
ol>
571571
li>

0 commit comments

Comments
 (0)