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
Truly a shame, eh? A major company like Moneris can't even maintain SDKs for their APIs. This one was last updated "5 months ago", but is still using PHP 4.x-style code!
The good news is there are several 3rd-party options you can choose from, which are actively maintained.
The file mpgClasses.php throws an error on PHP 8+ when count() is being passed a null variable. (lines 2619, 2604, etc..)
From the PHP docs:
count() will now throw [TypeError] on invalid countable types passed to the value parameter. (docs)
The text was updated successfully, but these errors were encountered: