There is a bug in one of the Spire handler chains. The "@insite/client-framework/Store/Data/ShipTos/Handlers/LoadShipTo" handler chain is missing the export on the chain constant.
The file contains this:
const chain = [
AddOrUpdateShipTo,
DispatchShipTosResetDataViews,
UpdateContext,
UpdateSession,
UpdateCart,
LoadCart,
DispatchCompleteUpdateShipTo,
DispatchSetLastSelectedShipTo,
ExecuteOnSuccessCallback,
];
If the chain is not exported, there is no way for partners to customize this handler chain.
Reported Version
Cloud
Cause
N\A
Workaround
N\A
Resolutions will be posted below. Please use the Follow button to receive status updates.
Please sign in to leave a comment.