Skip to content

Commit

Permalink
[create-pull-request] automated change (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: shopwareBot <[email protected]>
  • Loading branch information
github-actions[bot] and shopwareBot authored Jan 25, 2024
1 parent 84bda9c commit 178697d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions storeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,11 @@
"type": "object"
},
"itemRounding": {
"required": [
"decimals",
"interval",
"roundForNet"
],
"properties": {
"decimals": {
"type": "integer",
Expand All @@ -2099,6 +2104,11 @@
"type": "object"
},
"totalRounding": {
"required": [
"decimals",
"interval",
"roundForNet"
],
"properties": {
"decimals": {
"type": "integer",
Expand Down Expand Up @@ -2190,6 +2200,11 @@
"description": "Additional fields that offer a possibility to add own fields for the different program-areas."
},
"itemRounding": {
"required": [
"decimals",
"interval",
"roundForNet"
],
"properties": {
"decimals": {
"type": "integer",
Expand All @@ -2209,6 +2224,11 @@
"type": "object"
},
"totalRounding": {
"required": [
"decimals",
"interval",
"roundForNet"
],
"properties": {
"decimals": {
"type": "integer",
Expand Down

0 comments on commit 178697d

Please sign in to comment.