Invoiced/invoiced-go

Bool values should be pointers

ppone opened this issue · 0 comments

ppone commented

Current issue with bool values, is if the item is set to false, it simply will not get updated. Need to set the bool value to be a pointer to a bool. The entire library needs to be upgrade to handle this scenario.