MoneyOut autoCommission should be falsy by default
Closed this issue · 1 comments
jspdown commented
While using the moneyOut
feature, if autoCommission
attribute is not set, then the request sent to lemonway contains autoCommission: undefined
jspdown commented
It has been fixed:
https://github.com/Lendix/lemonway/blob/develop/lib/client.js#L286
util.boolToString
return false if no value is provided