You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Transitional Provider contract kernel for PayPlex, a Vext-native enterprise payment platform. The enterprise platform runtime is not implemented yet.",
"smoke": "node -e \"import('./index.js').then((m) => { for (const key of ['PayPlex','defineProvider','defineMappedProvider','getCapability','runProviderContract']) { if (!(key in m)) throw new Error('missing export: ' + key) } })\""