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

Merge branch 'cbs-constants' into 'master'

Change constants sent to CBS for cash register/sales rep

See merge request !69
parents 622ec608 60e135e3
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 ...@@ -34,7 +34,10 @@ abstract class MagentoOrder
const CREDIT_CARD_IDENTIFIER_TYPE = 'CREDIT CARD'; const CREDIT_CARD_IDENTIFIER_TYPE = 'CREDIT CARD';
/** @var string 'Sales Rep' who sold this order (online, so Magento) */ /** @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 */ /** @var string CBS value for UPS shipping method */
const UPS_SHIPPING = 'DAYTON DELIVERY'; 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