Skip to content

Commit

Permalink
fix(stockAvailable): change bool to int for outOfStock
Browse files Browse the repository at this point in the history
  • Loading branch information
rem42 committed Jul 8, 2021
1 parent 6897980 commit 0188447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/stock_available.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<id_shop_group>0</id_shop_group>
<quantity>42</quantity>
<depends_on_stock>0</depends_on_stock>
<out_of_stock>1</out_of_stock>
<out_of_stock>2</out_of_stock>
</stock_available>
</response>

0 comments on commit 0188447

Please sign in to comment.