@eld0ud/fintecture-client
Advanced tools
Comparing version 1.0.30 to 1.0.31
{ | ||
"name": "@eld0ud/fintecture-client", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments", | ||
@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js", |
@@ -119,3 +119,3 @@ "use strict"; | ||
const paymentPayload = this._buildPaymentPayload(connectConfig); | ||
const connect = yield this.pisV2.connect(accessToken, paymentPayload, connectConfig.state); | ||
const connect = yield this.pisV2.connect(accessToken, paymentPayload, connectConfig); | ||
return connect; | ||
@@ -122,0 +122,0 @@ }); |
{ | ||
"name": "@eld0ud/fintecture-client", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments", | ||
@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201627