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

Enable class extension to override all config settings #10

Closed lat9 closed 1 year ago

lat9 commented 1 year ago

Fixes #9.

I'd intended to do this from the get-go. Essentially, there are various protected methods in the API class whose purpose is to return the upsoauth as-configured value from the base, but all of the configuration constants can now be overridden by a class extension.