A WordPress plugin that creates CiviCRM Contributions, Memberships and Participants from WordCommerce Orders and keeps WordCommerce Customer Accounts in sync with CiviCRM Contact data.
GNU Affero General Public License v3.0
4
stars
8
forks
source link
Error on helper function for getting tax rates #37
In the class-woo-civi-helperline 453 the if statement is attempting to use the tax_rates variable as an array, but it could come back as a boolean from the rates_get function if there is an error or if there are no results.
In the
class-woo-civi-helper
line 453 the if statement is attempting to use thetax_rates
variable as an array, but it could come back as a boolean from therates_get
function if there is an error or if there are no results.