Skip to content

Commit b9276cf

Browse files
committed
Fixed requested changes
1 parent 339d4f5 commit b9276cf

File tree

7 files changed

+3
-115
lines changed

7 files changed

+3
-115
lines changed

components/remote_retrieval/actions/create-order/create-order.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-create-order",
55
name: "Create Order",
6-
description: "Create order in Remote Retrieval. [See the documentation](https://www.remoteretrieval.com/api-documentation/#create-order)",
6+
description: "Create order in Remote Retrieval. [See the documentation](https://www.remoteretrieval.com/api-integration/#create-order)",
77
version: "0.0.1",
88
type: "action",
99
props: {

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

components/remote_retrieval/actions/get-order-details/get-order-details.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-order-details",
55
name: "Get Order Details",
6-
description: "Get the details of the specified order. [See the documentation](https://www.remoteretrieval.com/api-documentation/#order-detail)",
6+
description: "Get the details of the specified order. [See the documentation](https://www.remoteretrieval.com/api-integration/#order-detail)",
77
version: "0.0.1",
88
type: "action",
99
props: {

components/remote_retrieval/actions/get-orders/get-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-orders",
55
name: "Get Orders",
6-
description: "Get a list of all orders. [See the documentation](https://www.remoteretrieval.com/api-documentation/#all-orders)",
6+
description: "Get a list of all orders. [See the documentation](https://www.remoteretrieval.com/api-integration/#all-orders)",
77
version: "0.0.1",
88
type: "action",
99
props: {

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

Lines changed: 0 additions & 27 deletions
This file was deleted.

components/remote_retrieval/actions/get-specific-order/get-specific-order.mjs

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)