mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 21:52:07 +00:00
chore: adjust samples
This commit is contained in:
parent
99f0bd9622
commit
be76a52ae5
@ -2,13 +2,12 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
|
||||
const ebics = require('../index');
|
||||
const configjs = require('./config.js');
|
||||
|
||||
const client = gClient;
|
||||
const client = require('./getClient')();
|
||||
const { Orders } = require('../index');
|
||||
|
||||
|
||||
// New keys will be generated and saved in ./keys-test
|
||||
client.send(Orders.INI)
|
||||
.then((resp) => {
|
||||
|
Loading…
Reference in New Issue
Block a user