Sandesh

Results 2 issues of Sandesh

We have used it to merge pdfs and we are trying to use it on azure hosted env. Code ``` const pdfDoc = new HummusRecipe('Appendix_PDF/' + 'xxxxx'.pdf', 'Appendix_PDF/' + 'xxx11-.pdf');...

bug

DepositAddresses throws an error > "EFunding:No funding method" `kraken.api('DepositAddresses', { "new": 'true' }, function (error, data) { if (error) { console.log(error); } else { console.log(data.result); res.status(200).json({ message: data.result }); }...