fintecture-client
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "fintecture-client", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments", | ||
@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js", |
@@ -21,2 +21,3 @@ "use strict"; | ||
const AISproviderIdTest = process.env.AIS_PROVIDER_ID_TEST || 'cmmcfr'; | ||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000; | ||
AISproviderIdTest.split(',').forEach((providerId) => { | ||
@@ -23,0 +24,0 @@ providerId = providerId.trim(); |
@@ -149,5 +149,8 @@ "use strict"; | ||
psu_name: payment.customer_full_name, | ||
psu_form: payment.customer_form, | ||
psu_incorporation: payment.customer_incorporation, | ||
psu_email: payment.customer_email, | ||
psu_ip: payment.customer_ip, | ||
psu_phone: payment.customer_phone, | ||
psu_address: payment.customer_address | ||
}; | ||
@@ -154,0 +157,0 @@ const data = { |
@@ -82,2 +82,4 @@ import { ISessionPayload } from '../pis/PisInterface'; | ||
psu_name?: string; | ||
psu_form?: string; | ||
psu_incorporation?: string; | ||
psu_email?: string; | ||
@@ -98,2 +100,4 @@ psu_phone?: string; | ||
name: string; | ||
form?: string; | ||
incorporation?: string; | ||
street: string; | ||
@@ -100,0 +104,0 @@ number: string; |
{ | ||
"name": "fintecture-client", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"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
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
169285
2472