Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/ap2/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ assembled.
The Checkout Mandate is provided by the Shopping Agent and verified by the
Merchant.

The The Merchant MUST provide a merchant-signed JWT containing the Checkout to
The Merchant MUST provide a merchant-signed JWT containing the Checkout to
the Shopping Agent. The closed Checkout Mandate is bound to this Checkout JWT
using a cryptographic hash.

Expand Down Expand Up @@ -197,11 +197,11 @@ a Trusted Surface for display to the user and signing.

Upon receiving the Checkout and Payment Mandate, the Shopping Agent forwards the
Payment Mandate to the Credential Provider (and possibly the Network) for
Verification. Upon successful verification, the the Shopping Agent receives a
Verification. Upon successful verification, the Shopping Agent receives a

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

The word "Verification" at the beginning of this line (which concludes the sentence starting on the previous line) is capitalized, while the subsequent sentence uses "verification" in lowercase. For consistency with the rest of the document and the immediate context, it should be lowercase.

Suggested change
Verification. Upon successful verification, the Shopping Agent receives a
verification. Upon successful verification, the Shopping Agent receives a

payment credential.

The payment credential and a Checkout Mandate are then provided to the Merchant.
The The Merchant verifies the Checkout with what it created, and initiates
The Merchant verifies the Checkout with what it created, and initiates
payment with the Merchant Payment Processor if a Merchant-initiated charge.

In the case that the payment method pushes funds to the Merchant, the Merchant
Expand Down
Loading