mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
Fix BankLetter constructor
This commit is contained in:
parent
1f857a7f85
commit
968b582493
@ -37,10 +37,7 @@ module.exports = class BankLetter {
|
|||||||
}) {
|
}) {
|
||||||
this.client = client;
|
this.client = client;
|
||||||
this.bankName = bankName;
|
this.bankName = bankName;
|
||||||
|
|
||||||
if ()
|
|
||||||
this.template = template;
|
this.template = template;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async generate() {
|
async generate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user