mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-14 03:35:36 +00:00
fix(examples): serverAddress -> url
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"serverAddress": "https://ebics-test.server",
|
||||
"url": "https://ebics-test.server",
|
||||
"partnerId": "EBICS ParnerID Test",
|
||||
"userId": "MyUserIdTest",
|
||||
"hostId": "MyHostIdTest",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"serverAddress": "https://ebics.server",
|
||||
"url": "https://ebics.server",
|
||||
"partnerId": "EBICS ParnerID Production",
|
||||
"userId": "MyUserIdProduction",
|
||||
"hostId": "MyHostIdProduction",
|
||||
|
Reference in New Issue
Block a user