mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-15 16:21:26 +00:00
fix(examples): orders ref
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
'use strict';
|
||||
|
||||
const client = require('./getClient')();
|
||||
const { Orders } = require('../index');
|
||||
|
||||
// The bank keys must have been already saved
|
||||
client.send(ebics.Orders.HTD)
|
||||
client.send(Orders.HTD)
|
||||
.then((resp) => {
|
||||
console.log('Response for HTD order %j', resp);
|
||||
if (resp.technicalCode !== '000000')
|
||||
|
||||
Reference in New Issue
Block a user