We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6039bcd commit f12bbaeCopy full SHA for f12bbae
components/ticketsauce/actions/get-orders/get-orders.mjs
@@ -122,13 +122,13 @@ export default {
122
totalAbove: {
123
type: "string",
124
label: "Total Above",
125
- description: "Return only orders who's order total is greater than this value.",
+ description: "Return only orders whose order total is greater than this value.",
126
optional: true,
127
},
128
totalBelow: {
129
130
label: "Total Below",
131
- description: "Return only orders who's order total is less than this value.",
+ description: "Return only orders whose order total is less than this value.",
132
133
134
0 commit comments