lat9 / upsoauth

A Zen Cart UPS shipping module that makes use of UPS' RESTful/Oauth API
GNU General Public License v2.0
3 stars 3 forks source link

PHP 5.6: Fatal error for `string` type-hinting on arguments #31

Closed lat9 closed 4 months ago

lat9 commented 4 months ago

Log contains something similar to "must be an instance of string, string given” for the UpsOAuthApi class' getCurrentMethodQuote method.

lat9 commented 4 months ago

I know that some 'purists' would argue that a site should simply update their PHP version to 7.0 or later, but with UPS' deprecation of the upsxml interface in a week, there's no need to cause additional stress.