Skip to content

Commit

Permalink
Merge pull request #2 from plentymarkets/hmalicha-patch-1
Browse files Browse the repository at this point in the history
Update LabelFormat.php
  • Loading branch information
hmalicha authored Aug 1, 2022
2 parents 98f0141 + 5f50e2e commit 6b8df5a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class LabelFormat
public const PDF = 'PDF';

public const PNG = 'PNG';

public const ZPL = 'ZPL';

public const ZPL203 = 'ZPL203';

Expand All @@ -65,6 +67,7 @@ public static function getAllowableEnumValues() : array
return [
self::PDF,
self::PNG,
self::ZPL,
self::ZPL203,
self::ZPL300,
self::SHIPPING_SERVICE_DEFAULT,
Expand Down

0 comments on commit 6b8df5a

Please sign in to comment.