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:
John Mizerek 2026-01-28 17:48:03 -08:00
parent 61c10d9175
commit 8086065d38

View file

@ -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`;