Fix MenuID key case: Lucee 7 preserves case, not MENUID
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
61c10d9175
commit
8086065d38
1 changed files with 1 additions and 1 deletions
|
|
@ -3507,7 +3507,7 @@
|
|||
// New menu — store context and redirect to wizard to populate it
|
||||
sessionStorage.setItem('payfrit_wizard_menu', JSON.stringify({
|
||||
businessId: this.config.businessId,
|
||||
menuId: data.MENUID,
|
||||
menuId: data.MenuID,
|
||||
menuName: menuName
|
||||
}));
|
||||
window.location.href = `${BASE_PATH}/portal/setup-wizard.html`;
|
||||
|
|
|
|||
Reference in a new issue