Open AnthonyNahas opened 1 year ago
Describe the bug A clear and concise description of what the bug is.
In v1.1.1 -->
const init = await client.initSession({ redirectUrl: REDIRECT_URI, institutionId: institutionId, referenceId: randomUUID() })
this would work
but not in v.1.2.4
because we do have not the following required params:
initSession({ redirectUrl, institutionId, maxHistoricalDays, accessValidForDays, userLanguage, referenceId, ssn, redirectImmediate, accountSelection, }: { redirectUrl: string; institutionId: string; referenceId: string; maxHistoricalDays: number; accessValidForDays: number; userLanguage: string; ssn: string; redirectImmediate: boolean; accountSelection: boolean; }): Promise<any>;
so please either update the docs or tell us how to integrate that with the new nordigen version... <3
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
If you're having general trouble with your Nordigen integration or bank related issue, please reach out to our support via email support@nordigen.com
any update ? v1.2.6 does not fix this issue
we are still facing many issue with this sdk...
this is still not fixed! it appears Gocardless does not care about this product
Describe the bug A clear and concise description of what the bug is.
In v1.1.1 -->
this would work
but not in v.1.2.4
because we do have not the following required params:
so please either update the docs or tell us how to integrate that with the new nordigen version... <3
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
If you're having general trouble with your Nordigen integration or bank related issue, please reach out to our support via email support@nordigen.com