chore: adjust samples

This commit is contained in:
nanov 2020-03-06 06:43:17 +02:00
parent 99f0bd9622
commit be76a52ae5

View File

@ -2,13 +2,12 @@
'use strict'; 'use strict';
const ebics = require('../index'); const ebics = require('../index');
const configjs = require('./config.js');
const client = gClient; const client = require('./getClient')();
const { Orders } = require('../index'); const { Orders } = require('../index');
// New keys will be generated and saved in ./keys-test // New keys will be generated and saved in ./keys-test
client.send(Orders.INI) client.send(Orders.INI)
.then((resp) => { .then((resp) => {