Skip to content

Commit de7e522

Browse files
Update components/remote_retrieval/actions/get-new-orders/get-new-orders.mjs
Co-authored-by: Luan Cazarine <luanhc@gmail.com>
1 parent 4175f31 commit de7e522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/remote_retrieval/actions/get-new-orders/get-new-orders.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import app from "../../remote_retrieval.app.mjs";
33
export default {
44
key: "remote_retrieval-get-new-orders",
55
name: "Get New Orders",
6-
description: "Get a list of orders where payment has already been completed. [See the documentation](https://www.remoteretrieval.com/api-documentation/#new-orders)",
6+
description: "Get a list of new orders. [See the documentation](https://www.remoteretrieval.com/api-documentation/#new-orders)",
77
version: "0.0.1",
88
type: "action",
99
props: {

0 commit comments

Comments
 (0)