Skip to content

feat(MP-3159): a/b test express vs non express checkout - #7255

Open
christian14b wants to merge 2 commits into
mainfrom
MP-3159
Open

christian14b wants to merge 2 commits into
mainfrom
MP-3159

Conversation

@christian14b

Copy link
Copy Markdown
Collaborator

@christian14b
christian14b requested a review from a team September 14, 2026 23:42
@christian14b christian14b added the b2c Sends B2C team a message in Slack on PR creation label Sep 14, 2026
EXPRESS_CHECKOUT_EXP_KEY,
'EXP-MP-3159-Jan2027',
);
stopExpressCheckoutExposure();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What does calling this here do? We usually use flags to "turn off" watch methods.

Comment thread src/pages/Thanks/ThanksPage.vue Outdated
},
isExpressCheckoutModalEnabled() {
return this.expressCheckoutEnabled;
return this.expressCheckoutEnabled && this.expressCheckoutExpVersion === 'b';

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What about removing expressCheckoutEnabled now that we have a new experiment here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

b2c Sends B2C team a message in Slack on PR creation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants