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

Change constants sent to CBS for cash register/sales rep

parent 622ec608
No related branches found
No related tags found
1 merge request!69Change constants sent to CBS for cash register/sales rep
......@@ -34,7 +34,10 @@ abstract class MagentoOrder
const CREDIT_CARD_IDENTIFIER_TYPE = 'CREDIT CARD';
/** @var string 'Sales Rep' who sold this order (online, so Magento) */
const SALES_REP = 'Magento';
const SALES_REP = 'DOIT ONLINE CATALOG';
/** @var string 'Cash Register' */
const CASH_REGISTER = 'DOIT CATALOG';
/** @var string CBS value for UPS shipping method */
const UPS_SHIPPING = 'DAYTON DELIVERY';
......
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