diff --git a/app/app.js b/app/app.js index bb95310..7eef57e 100644 --- a/app/app.js +++ b/app/app.js @@ -239,6 +239,8 @@ const errorCodeHelp = { wallet_session_expired: "Session expired. Refresh session or reconnect wallet.", wallet_session_revoked: "Session revoked. Reconnect wallet to continue.", wallet_session_mismatch: "Session does not match the active wallet.", + edut_id_required: "EDUT ID must be active before this action.", + edut_id_inactive: "EDUT ID is not active for this wallet.", membership_required: "EDUT ID must be active before this action.", membership_inactive: "EDUT ID is not active for this wallet.", identity_assurance_insufficient: "This admin action requires on-ramp attestation.", @@ -247,6 +249,7 @@ const errorCodeHelp = { entitlement_inactive: "Entitlement is inactive for this action.", entitlement_contract_unconfigured: "Checkout is temporarily unavailable (entitlement contract not configured).", tx_verification_failed: "Transaction not yet verifiable. Wait for chain confirmation and retry.", + edut_id_verification_failed: "EDUT ID proof not yet verifiable. Wait for chain confirmation and retry.", membership_verification_failed: "EDUT ID proof not yet verifiable. Wait for chain confirmation and retry.", quote_expired: "Quote expired. Request a new quote.", quote_not_found: "Quote not found. Start a new quote flow.", @@ -1057,6 +1060,7 @@ async function onCheckoutQuote() { org_root_id: orgRootID(), principal_id: principalID(), principal_role: principalRole(), + include_edut_id_if_missing: false, include_membership_if_missing: false, }; const payerWallet = $("payerWallet").value.trim();