You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./api/v3/Job/Iatsrecurringcontributions.php: $settings = CRM_Utils_Iats::getSettings();
Which seems to be attempting to use that class but mixed up the name, real is "CRM_Iats_Utils" but the 2 files use "CRM_Utils_Iats"
I manually updated the file to use the right name and my error went away.
The text was updated successfully, but these errors were encountered:
In CRM/Iats/Utils.php it defines the class CRM_Iats_Utils and from the same commit (f7b8f48) it adds:
Which seems to be attempting to use that class but mixed up the name, real is "CRM_Iats_Utils" but the 2 files use "CRM_Utils_Iats"
I manually updated the file to use the right name and my error went away.
The text was updated successfully, but these errors were encountered: