Skip to content

Commit 1fe34c2

Browse files
authored
feat: modified availability props to respect google contract (#25)
1 parent 465a1f1 commit 1fe34c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Product/Availability/Availability.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
class Availability
66
{
7-
const IN_STOCK = 'in stock';
7+
const IN_STOCK = 'in_stock';
88

9-
const OUT_OF_STOCK = 'out of stock';
9+
const OUT_OF_STOCK = 'out_of_stock';
1010

1111
const PREORDER = 'preorder';
1212

0 commit comments

Comments
 (0)