mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 13:42:06 +00:00
chore: adjust samples
This commit is contained in:
parent
99f0bd9622
commit
be76a52ae5
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user