Skip to content

Commit 5ef7e0d

Browse files
committed
Fixes addressed
1 parent d135979 commit 5ef7e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/americommerce/actions/change-order-status/change-order-status.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import app from "../../americommerce.app.mjs";
33
export default {
44
key: "americommerce-change-order-status",
55
name: "Change Order Status",
6-
description: "Changes the status of an existing order. Specify the order ID and the new status to update the order.",
6+
description: "Changes the status of an existing order. [See the documentation](https://developers.cart.com/docs/rest-api/6898d9f254dfb-update-an-order-status).",
77
version: "0.0.1",
88
type: "action",
99
props: {

components/americommerce/actions/update-customer/update-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
noAccount: {
9090
type: "boolean",
9191
label: "No Account",
92-
description: "Whether the customer has an account.",
92+
description: "Indicates whether the customer does not have an account.",
9393
optional: true,
9494
},
9595
alternatePhoneNumber: {

0 commit comments

Comments
 (0)