A WordPress plugin that creates CiviCRM Contributions, Memberships and Participants from WordCommerce Orders and keeps WordCommerce Customer Accounts in sync with CiviCRM Contact data.
Calling civicrm_api3() outside of try/catch block throws a fatal error. Calling civicrm_api() with the 'version'=> 3 param set does not - and therefore allows code execution to continue. PR fixes these situations until migration to API4 calls is made.
Calling
civicrm_api3()
outside oftry/catch
block throws a fatal error. Callingcivicrm_api()
with the'version'=> 3
param set does not - and therefore allows code execution to continue. PR fixes these situations until migration to API4 calls is made.