
Originally Posted by
njcyx
I just noticed an issue (v1.4.0). After I updated the module, every time when I entered Admin--Modules--Shipping--UPS, I can see a notice on the top "The UPS RESTful/OAuth shipping module was automatically updated to v1.4.0'.
I did some tests and I changed the line 166 back to the previous version and this top notice doesn't show up any more...
$messageStack->add_session(sprintf(MODULE_SHIPPING_UPSOAUTH_UPDATED, $this->moduleVersion), 'success');
to
$messageStack->add(sprintf(MODULE_SHIPPING_UPSOAUTH_UPDATED, $this->moduleVersion), 'success');
zen cart 2.1.0. php 8.2