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
// Check if it's an authentication error by name (avoids instanceof issues with different class instances)
105
-
if(error.name==="AuthenticationError"){
104
+
if(errorinstanceofWebhookAuthenticationError){
106
105
ctx.logger.warn(
107
106
`Webhook rejected: ${error.message}. Please verify webhookUsername and webhookPassword are correctly configured in your plugin options and that the webhook in Chargebee dashboard has matching Basic Auth credentials.`,
0 commit comments