File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/monta/actions/get-order Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import monta from "../../monta.app.mjs";
33export default {
44 key : "monta-get-order" ,
55 name : "Get Order" ,
6- description : "Get an order by ID. [See the documentation](https://api-v6.monta.nl/index.html#tag/Info /paths/~1info /get)" ,
6+ description : "Get an order by ID. [See the documentation](https://api-v6.monta.nl/index.html#tag/Order /paths/~1order~1%7Bwebshoporderid%7D /get)" ,
77 version : "0.0.1" ,
88 type : "action" ,
99 annotations : {
@@ -22,7 +22,7 @@ export default {
2222 channel : {
2323 type : "string" ,
2424 label : "Channel" ,
25- description : "The channel name if multiple order IDs are avalaible between channels" ,
25+ description : "The channel name if multiple order IDs are available between channels" ,
2626 optional : true ,
2727 } ,
2828 } ,
You can’t perform that action at this time.
0 commit comments