Skip to content
Snippets Groups Projects
Commit 558e1dd1 authored by Andy Summers's avatar Andy Summers
Browse files

Merge branch 'ups-shipping' into 'master'

Add constants for CS building address for UPS shipping

See merge request !61
parents 5cf35315 2acb998c
No related branches found
No related tags found
1 merge request!61Add constants for CS building address for UPS shipping
......@@ -47,4 +47,17 @@ abstract class MagentoOrder
/** @var string CBS value for ECM Pickup shipping method */
const ECM_PICKUP = 'ECM PICKUP';
/** @var string Street address for UPS Shipping line item charge (will always be CS) */
const UPS_ADDRESS = '1210 W. Dayton St.';
/** @var string City for UPS Shipping line item charge (will always be CS) */
const UPS_CITY = 'Madison';
/** @var string State for UPS Shipping line item charge (will always be CS) */
const UPS_STATE = 'WI';
/** @var string Zip code for UPS Shipping line item charge (will always be CS) */
const UPS_ZIP = '53706';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment