Skip to content

Commit

Permalink
Merge pull request #15 from binarix/master
Browse files Browse the repository at this point in the history
Updated UCPE constant value.
  • Loading branch information
casperbakker authored Sep 26, 2016
2 parents 13a90d1 + 4fbd399 commit e48d10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BarcodeGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ abstract class BarcodeGenerator
const TYPE_EAN_8 = 'EAN8';
const TYPE_EAN_13 = 'EAN13';
const TYPE_UPC_A = 'UPCA';
const TYPE_UPC_E = 'UPCA';
const TYPE_UPC_E = 'UPCE';
const TYPE_MSI = 'MSI';
const TYPE_MSI_CHECKSUM = 'MSI+';
const TYPE_POSTNET = 'POSTNET';
Expand Down

0 comments on commit e48d10e

Please sign in to comment.