With the USPS API changes landing in January (#2639284: USPS API changes on January 16th, 2015?) it'd be really useful if there was a way of using a different URL for the API connections.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
2.17 KB

This adds a new 'uc_usps_api_url' variable for controlling the URL.

DamienMcKenna’s picture

Typo on the form field.

TR’s picture

Status: Needs review » Closed (won't fix)

Not going to do this - the USPS API URL should be a fixed quantity. Yes, there are sometimes cases when USPS changes their API and you'd like to test a new URL, but IMO if you're knowledgeable enough to do this you should also be able to edit the code and change the URL yourself, then provide a patch if necessary. Anyone who needs a UI to change the URL shouldn't be changing it. Again, IMO.