feat: generalize examples

This commit is contained in:
nanov
2019-12-18 16:48:05 +02:00
parent fcbf4ca165
commit f6dfdf4c40
15 changed files with 85 additions and 107 deletions

View File

@@ -2,10 +2,7 @@
'use strict';
const ebics = require('../index');
const configjs = require('./config.js');
const client = gClient;
const client = require('./getClient')();
// The bank keys must have been already saved
client.send(ebics.Orders.HTD)