ActiveCampaign / postmark-wordpress

The Official Postmark Wordpress Plugin
GNU General Public License v2.0
18 stars 17 forks source link

Remove forcing bool for strbool function #96

Closed bhubbard closed 2 years ago

bhubbard commented 2 years ago

@pgraham3 Based on the errors it seems somehow those sites did not have a value in their settings. Based on the errors, it appears the helper function in the class requiring a boolval caused the error as it received "null". I removed the forcing of the helper function requiring a bool, maybe we can get one of these users to test. Ideally we should have checks in place so that the setting is always saved in the options table properly. I know there is a reported issues to switch away from JSON so this might be a good opportunity for that. Should be fix for #95