Skip to content

Commit

Permalink
Add new availability status
Browse files Browse the repository at this point in the history
  • Loading branch information
Topbor authored Feb 21, 2022
1 parent d2429ab commit 6b19add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LukeSnowden/GoogleShoppingFeed/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class Item
const OUTOFSTOCK = 'out of stock';

const PREORDER = 'preorder';

const BACKORDER = 'backorder';

const BRANDNEW = 'new';

Expand Down

0 comments on commit 6b19add

Please sign in to comment.