We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like types for this method signature are not up to date:
https://github.com/Mangopay/mangopay2-nodejs-sdk/blob/master/typings/services/BankingAliases.d.ts#L27
Should be something like: MethodOverload<string, bankingAlias.IBANBankingAliasData[]> I believe. That string param type is the walletId according to the documentation at https://docs.mangopay.com/endpoints/v2.01/banking-aliases#e858_view-the-banking-alias-for-a-wallet
MethodOverload<string, bankingAlias.IBANBankingAliasData[]>
string
walletId
The text was updated successfully, but these errors were encountered:
I am running into the same issue currently. Applying the fix @Tug suggested locally inside node_modules fixes the issue.
node_modules
Sorry, something went wrong.
No branches or pull requests
Seems like types for this method signature are not up to date:
https://github.com/Mangopay/mangopay2-nodejs-sdk/blob/master/typings/services/BankingAliases.d.ts#L27
Should be something like:
MethodOverload<string, bankingAlias.IBANBankingAliasData[]>
I believe. Thatstring
param type is thewalletId
according to the documentation at https://docs.mangopay.com/endpoints/v2.01/banking-aliases#e858_view-the-banking-alias-for-a-walletThe text was updated successfully, but these errors were encountered: