Thanks for the help!
I keep getting an error :
Missing Keys or Out of date you should reinstall!
I've uninstalled the module and reinstalled a few times, I've even grabbed the source from GitHub. Not sure what I'm missing.
ZenCart 1.5.8a
PHP 8.1.24
I was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
-- Christian Slater
Arggh, I'd forgotten about that initial beta release. You can edit /includes/modules/shipping/upsoauth.php, adding the highlighted line:
Code:if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION') || MODULE_SHIPPING_UPSOAUTH_VERSION !== $this->moduleVersion || count($this->keys()) !== $chk_sql->RecordCount()) { if (!defined('MODULE_SHIPPING_UPSOAUTH_VERSION')) { define('MODULE_SHIPPING_UPSOAUTH_VERSION', '1.0.0'); } switch (MODULE_SHIPPING_UPSOAUTH_VERSION) { case '0.0.1': //- Initial Beta release case '1.0.0':