We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a90d1 commit 4fbd399Copy full SHA for 4fbd399
src/BarcodeGenerator.php
@@ -56,7 +56,7 @@ abstract class BarcodeGenerator
56
const TYPE_EAN_8 = 'EAN8';
57
const TYPE_EAN_13 = 'EAN13';
58
const TYPE_UPC_A = 'UPCA';
59
- const TYPE_UPC_E = 'UPCA';
+ const TYPE_UPC_E = 'UPCE';
60
const TYPE_MSI = 'MSI';
61
const TYPE_MSI_CHECKSUM = 'MSI+';
62
const TYPE_POSTNET = 'POSTNET';
0 commit comments