fix(module-federation): update WillPayment URLs from /order/payment/ to /payment/#22980
Open
MadMartigane wants to merge 1 commit into
Open
fix(module-federation): update WillPayment URLs from /order/payment/ to /payment/#22980MadMartigane wants to merge 1 commit into
MadMartigane wants to merge 1 commit into
Conversation
…to /payment/ In PCI module: merge prod and labeu env branches into a single relative-path branch, remove obsolete VITE_WP_LABEU_ENTRY_POINT env var, and add CDN cache-busting (?v=ISO-minute) duplicating Manager/billing pattern. Refs: MANAGER-21788 Signed-off-by: Michaël Baudchon <michael.baudchon@ovhcloud.com>
fredericvilcot
approved these changes
Jun 29, 2026
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.
What
/order/payment/to/payment/in both billing and PCI modules (MANAGER-21788)VITE_WP_LABEU_ENTRY_POINTenv var?v=ISO-minute) duplicating the existing Manager/billing pattern (commit 21b1699)Files changed
packages/manager/modules/billing/src/common/module-federation-helper.js— fallback URLspackages/manager/apps/pci-project/src/utils/module-federation-runtime.ts— URL migration + env merge + cache-bustingReferences