Closed Ilex4524 closed 6 years ago
Hello! I noticed what almost in every example given in https://www.npmjs.com/package/node-qiwi-api you forgot to close parenthesis, e. g. here:
Wallet.getAccountInfo((err, info) => { if(err) { /*hanle error*/ } console.log(info); }
Anyway, thank you very much for this module, it's useful for me and I believe not only for me.
Thank you!
Hello! I noticed what almost in every example given in https://www.npmjs.com/package/node-qiwi-api you forgot to close parenthesis, e. g. here:
Anyway, thank you very much for this module, it's useful for me and I believe not only for me.