BREAKING CHANGE(core): switch to esm and allow specification of redirect url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as plugins from './tink.plugins';
|
||||
import * as plugins from './tink.plugins.js';
|
||||
|
||||
import { TinkUser } from './tink.classes.tinkuser';
|
||||
import { TinkUser } from './tink.classes.tinkuser.js';
|
||||
|
||||
/**
|
||||
* a provider consent maps to tinks bank consents
|
||||
@@ -19,8 +19,8 @@ export class TinkProviderConsent {
|
||||
urlArg: '/api/v1/provider-consents',
|
||||
accessToken,
|
||||
methodArg: 'GET',
|
||||
payloadArg: null
|
||||
})
|
||||
payloadArg: null,
|
||||
});
|
||||
console.log(responseData);
|
||||
return returnProviderConsents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user