Example #1
0
 public static function isGtinShippingItem($gtin)
 {
     $qcConfig = QCConfig::getInstance()->get('reports');
     $csvOfShipGtins = $qcConfig[QCConfigKey::_REVENUE_REPORT_SHIPMENT_GTINS_CONFIG_KEY];
     return StringUtils::indexOf($csvOfShipGtins, StringUtils::stripStart($gtin, '0'));
 }