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

problem with v157 #2

Closed proseLA closed 1 year ago

proseLA commented 1 year ago

https://github.com/lat9/upsoauth/blob/bc7db60ed42717564fbbfbcf56ec89eb632da0c7/includes/modules/shipping/upsoauth.php#L537

to work with ZC v157, zen_get_zone_code requires 3 parameters. adding an empty string for the 3rd parameter will not change the functionality of v158 and is needed for v157.

lat9 commented 1 year ago

That was quick ... and thanks.