diff --git a/portal/menu-builder.html b/portal/menu-builder.html index 775fbd9..5001758 100644 --- a/portal/menu-builder.html +++ b/portal/menu-builder.html @@ -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`;