taxtank-core 0.30.87 → 0.30.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10135,8 +10135,9 @@ class BasiqService extends RestService$1 {
|
|
|
10135
10135
|
* used for upgrade to openBanking and manage shared bank accounts flow
|
|
10136
10136
|
*/
|
|
10137
10137
|
deleteBasiq(connection) {
|
|
10138
|
-
return this.http.put(`${this.
|
|
10139
|
-
.pipe(map(() => {
|
|
10138
|
+
return this.http.put(`${this.environment.apiV2}/bank-connections/${connection.id}/remove-basiq`, connection)
|
|
10139
|
+
.pipe(map((connection) => {
|
|
10140
|
+
return connection;
|
|
10140
10141
|
// @TODO Alex token should be inside this service
|
|
10141
10142
|
// this.redirectToBasiqConsent(token.value, connection.bank.externalId, true);
|
|
10142
10143
|
}));
|