You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
502 B

  1. <?php
  2. $classFile = 'BCGintelligentmail.barcode.php';
  3. $className = 'BCGintelligentmail';
  4. $baseClassFile = 'BCGBarcode1D.php';
  5. $codeVersion = '5.2.0';
  6. function customSetup($barcode, $get) {
  7. if (isset($get['barcodeIdentifier']) && isset($get['serviceType']) && isset($get['mailerIdentifier']) && isset($get['serialNumber'])) {
  8. $barcode->setTrackingCode(intval($get['barcodeIdentifier']), intval($get['serviceType']), intval($get['mailerIdentifier']), intval($get['serialNumber']));
  9. }
  10. }
  11. ?>