ORDERS_USE_ISOLATED_PRE_ORDER_ON_RETURN
Type: boolean Default: false Description: Controls whether an encoded order number is embedded in redirection callback URLs to support isolated pre-order session recovery.
When
true: The pre-order's order number is encoded and appended as thenquery parameter to both success and failure callback URLs. On return, this value is used to restore the correct pre-order session even when the user's browser session has changed (e.g., mobile app redirect flows).When
false: Standard session-based pre-order lookup is used on callback return.
Used in: RedirectionPaymentSelectedPage (URL construction) and RedirectionPageCompletePage (pre-order session recovery on return). Also used in WalletPaymentPage (encoded order number appended to wallet redirect callback URLs) and WalletRedirectCompletePage (pre-order recovery on redirect return via isolated pre-order store).
Last updated
Was this helpful?

