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

Make case consistent with shipping class #28

Closed scottcwilson closed 6 months ago

scottcwilson commented 7 months ago

See includes/modules/shipping/upsoauth.php line 353.

        $all_ups_quotes = $this->upsApi->getAllUpsQuotes($_SESSION['upsoauth_token']);