feat(embedded): add link delegation extension#247
Open
westeezy wants to merge 1 commit intoUniversal-Commerce-Protocol:mainfrom
Open
feat(embedded): add link delegation extension#247westeezy wants to merge 1 commit intoUniversal-Commerce-Protocol:mainfrom
westeezy wants to merge 1 commit intoUniversal-Commerce-Protocol:mainfrom
Conversation
Embedded Checkout can present links from the business (e.g., privacy policy, terms of service). By default, the checkout handles these internally. Link delegation lets the host claim control: when ec_delegate=link.open is set, the Embedded Checkout MUST send ec.link.open_request on buyer link activation, and the host MUST present the content or respond with a link_rejected error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Embedded Checkout can present links from the business (e.g., privacy policy, terms of service). By default, the checkout handles these internally. Link delegation lets the host claim control: when
ec_delegate=link.openis set, the Embedded Checkout MUST sendec.link.open_requeston buyer link activation, and the host MUST present the content or respond with alink_rejectederror.Type of change
Please delete options that are not relevant.
functionality to not work as expected, including removal of schema files
or fields)
Is this a Breaking Change or Removal?
If you checked "Breaking change" above, or if you are removing any schema
files or fields:
!to my PR title (e.g.,feat!: remove field).Checklist