WPCV / wpcv-woo-civi-integration

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

Closed rbaugh closed 2 years ago

rbaugh commented 2 years ago

In the class-woo-civi-helper line 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.