pagarme / node-boleto

Boleto generator in Node.js
MIT License
3 stars 2 forks source link

No error handling for required parameters for boleto generation #13

Open theiostream opened 7 years ago

theiostream commented 7 years ago

There are some node-boleto parameters that:

These parameters require proper documentation.

These parameters require proper error handling.

theiostream commented 7 years ago

Additionally, passing {} or [] as an option will not throw the appropriate error.