Skip to content

Commit fefe757

Browse files
committed
Update descriptions for item and total rounding in create-order action to include examples for better clarity.
1 parent dd98cb4 commit fefe757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/shopware/actions/create-order/create-order.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ export default {
7171
itemRounding: {
7272
type: "object",
7373
label: "Item Rounding",
74-
description: "The rounding method to use for the order items",
74+
description: "The rounding method to use for the order items. Example: {\"extensions\":[],\"decimals\":2,\"interval\":0.01,\"roundForNet\":true}",
7575
},
7676
totalRounding: {
7777
type: "object",
7878
label: "Total Rounding",
79-
description: "The rounding method to use for the order total",
79+
description: "The rounding method to use for the order total. Example: {\"extensions\":[],\"decimals\":2,\"interval\":0.01,\"roundForNet\":true}",
8080
},
8181
},
8282
async run({ $ }) {

0 commit comments

Comments
 (0)