mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
Change HBT order text
This commit is contained in:
parent
166c61aec4
commit
eb9fbf5834
@ -13,8 +13,7 @@ const client = new ebics.Client({
|
|||||||
keyStorage: ebics.fsKeysStorage('./keys-test'),
|
keyStorage: ebics.fsKeysStorage('./keys-test'),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Client keys must be already generated and send by letter.
|
// The bank keys must have been already saved
|
||||||
// The bank should have enabled the user
|
|
||||||
client.send(ebics.Orders.HTD)
|
client.send(ebics.Orders.HTD)
|
||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
console.log('Respose for HTD order %j', resp);
|
console.log('Respose for HTD order %j', resp);
|
||||||
|
Loading…
Reference in New Issue
Block a user