fintecture-client
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "fintecture-client", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Fintecture Open Banking API Gateway enabling secure bank connections and payments", | ||
@@ -5,0 +5,0 @@ "main": "lib/fintecture-client.js", |
@@ -139,2 +139,3 @@ "use strict"; | ||
psu_address: payment.customer_address, | ||
expiry: payment.expiry, | ||
}; | ||
@@ -141,0 +142,0 @@ const data = { |
@@ -86,2 +86,3 @@ import { ISessionPayload } from '../pis/PisInterface'; | ||
psu_address?: IAddress; | ||
expiry?: string | number; | ||
} | ||
@@ -88,0 +89,0 @@ export interface IAddress { |
{ | ||
"name": "fintecture-client", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"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
176342
2588