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 e48d10e commit c29d300Copy full SHA for c29d300
src/BarcodeGenerator.php
@@ -42,7 +42,7 @@ abstract class BarcodeGenerator
42
const TYPE_CODE_39_CHECKSUM = 'C39+';
43
const TYPE_CODE_39E = 'C39E';
44
const TYPE_CODE_39E_CHECKSUM = 'C39E+';
45
- const TYPE_CODE_93 = 'C39';
+ const TYPE_CODE_93 = 'C93';
46
const TYPE_STANDARD_2_5 = 'S25';
47
const TYPE_STANDARD_2_5_CHECKSUM = 'S25+';
48
const TYPE_INTERLEAVED_2_5 = 'I25';
0 commit comments