Skip to content

Commit ef49538

Browse files
authored
Update Barcode.php
1 parent 25bdab7 commit ef49538

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Barcode.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ class Barcode
4040
public $type;
4141
public $gtin;
4242
public $valid;
43-
// For Walmart
43+
4444
public $allowedIdentifiers = array(
4545
self::TYPE_GTIN,
4646
self::TYPE_EAN,
4747
self::TYPE_EAN_8,
4848
self::TYPE_UPC,
49+
self::TYPE_ASIN,
4950
self::TYPE_ISBN_10,
5051
self::TYPE_ISBN_13,
5152
);
@@ -177,4 +178,4 @@ public function isValid()
177178
}
178179
return $this->valid;
179180
}
180-
}
181+
}

0 commit comments

Comments
 (0)