Skip to content

Commit 4fbd399

Browse files
authored
Updated UCPE constant value.
1 parent 13a90d1 commit 4fbd399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BarcodeGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract class BarcodeGenerator
5656
const TYPE_EAN_8 = 'EAN8';
5757
const TYPE_EAN_13 = 'EAN13';
5858
const TYPE_UPC_A = 'UPCA';
59-
const TYPE_UPC_E = 'UPCA';
59+
const TYPE_UPC_E = 'UPCE';
6060
const TYPE_MSI = 'MSI';
6161
const TYPE_MSI_CHECKSUM = 'MSI+';
6262
const TYPE_POSTNET = 'POSTNET';

0 commit comments

Comments
 (0)