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

Add CBS constant for Drop Shipping

parent c2076ed3
No related branches found
No related tags found
1 merge request!105Add CBS constant for Drop Shipping
......@@ -14,6 +14,9 @@ abstract class Shipping
/** @var string CBS value for Campus Delivery shipping method */
const CAMPUS_DELIVERY = 'CAMPUS_DELIVERY';
/** @var string CBS value for Drop Shipping */
const DROPSHIP = 'DROPSHIP';
/** @var string CBS value for Tech Store Pickup shipping method */
const TS_PICKUP = 'TECHSTORE PICKUP';
......
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