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

Check like with like for Address location types #50

Closed christianwach closed 1 year ago

christianwach commented 1 year ago

CiviCRM does not cast Location Type IDs as integers when retrieving Addresses via API3. This caused checks for existing Customer Addresses to fail. Fixed in this PR - possibly fixes #43 as well.