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
const client = gocardless(
[gcAccessToken],
// Change this to constants.Environments.Live when you're ready to go live
constants.Environments.Sandbox
);
but keeps showing this error: ERROR TypeError: gocardless is not a function
Trying to use this API on an Angular 12 app, following the instructions.
Importing the module as follows:
Then trying to create the client:
but keeps showing this error:
ERROR TypeError: gocardless is not a function
Here are the dependencies of my app:
The text was updated successfully, but these errors were encountered: