Skip to content
Snippets Groups Projects

Change constants sent to CBS for cash register/sales rep

1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -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';
Loading