Skip to content

Commit 5f8b0c0

Browse files
committed
Requested changes done
1 parent ea6be31 commit 5f8b0c0

File tree

3 files changed

+1147
-1542
lines changed

3 files changed

+1147
-1542
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Get Pending Orders",
77
description: "Retrieve a list of the orders for which the payment process has not been completed.[See the documentation](https://www.remoteretrieval.com/api-documentation/#pending-orders)",
88
type: "action",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
props: {
1111
app,
1212
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Specific Order",
66
description: "Fetches a single device return order. [See the documentation](https://www.remoteretrieval.com/api-documentation/#order-detail)",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
props: {
1010
app,
1111
oid: {

0 commit comments

Comments
 (0)