Skip to content

Commit

Permalink
Merge pull request #10 from SincosSoftware/bugfix/unit-net-amount-typ…
Browse files Browse the repository at this point in the history
…e-fix

Add unitNetAmount as supported type
  • Loading branch information
ovp87 authored Mar 25, 2022
2 parents acf0975 + 93bd104 commit 985abcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/Orderitem.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public function types()
'account' => 'string',
'vatType' => 'string',
'netPriceInCurrency' => 'int',
'vatInCurrency' => 'int'
'vatInCurrency' => 'int',
'unitNetAmount' => 'int',
];
}

Expand Down

0 comments on commit 985abcd

Please sign in to comment.