Skip to content

Commit d3b8294

Browse files
committed
Allow empty Nullable VAT status.
1 parent 2ee2821 commit d3b8294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Api/Builders/StockItemRetailAdvertsInfoBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class StockItemRetailAdvertsInfoBuilder extends AbstractBuilder
3030

3131
protected $displayOptions;
3232

33+
protected $allowEmpty = ['vatStatus'];
34+
3335
public function __construct(array $attributes = [])
3436
{
3537
parent::__construct($attributes);

0 commit comments

Comments
 (0)