mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-17 00:52:46 +00:00
feat: generalize examples
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
const ebics = require('../index');
|
||||
const configjs = require('./config.js');
|
||||
|
||||
const client = gClient;
|
||||
const client = require('./getClient')();
|
||||
|
||||
// Client keys must be already generated and send by letter.
|
||||
// The bank should have enabled the user
|
||||
|
||||
Reference in New Issue
Block a user