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 25bdab7 commit ef49538Copy full SHA for ef49538
src/Barcode.php
@@ -40,12 +40,13 @@ class Barcode
40
public $type;
41
public $gtin;
42
public $valid;
43
- // For Walmart
+
44
public $allowedIdentifiers = array(
45
self::TYPE_GTIN,
46
self::TYPE_EAN,
47
self::TYPE_EAN_8,
48
self::TYPE_UPC,
49
+ self::TYPE_ASIN,
50
self::TYPE_ISBN_10,
51
self::TYPE_ISBN_13,
52
);
@@ -177,4 +178,4 @@ public function isValid()
177
178
}
179
return $this->valid;
180
-}
181
+}
0 commit comments