Skip to content

Commit

Permalink
Move customer update to breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vctrchu committed Dec 17, 2024
1 parent eaa6931 commit ed3b5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
- Removed the deprecated \`badge\` prop from the [List](/docs/api/pos-ui-extensions/components/list) component. Use \`badges\` instead.
- Removed the deprecated \`TextFieldProps\` type from the [TextField](/docs/api/pos-ui-extensions/components/textfield) component.
- Removed \`customValidator\` prop from the [FormattedTextField](/docs/api/pos-ui-extensions/components/formattedtextfield) component.
- Removed \`email\`, \`firstName\`, \`lastName\`, and \`note\` from the [Customer](/docs/api/pos-ui-extensions/apis/cart-api#customer) object.
### Features
Expand All @@ -61,7 +62,6 @@ Refer to the [migration guide](/docs/api/pos-ui-extensions/migrating) for more i
- [Cart API](/docs/api/pos-ui-extensions/apis/cart-api) updates:
- Added \`bulkUpdateCart\` function for single-operation cart updates.
- The \`addLineItem\` and \`addCustomSale\` functions now return a UUID for the added line item.
- Removed \`email\`, \`firstName\`, \`lastName\`, and \`note\` from the [Customer](/docs/api/pos-ui-extensions/apis/cart-api#customer) object.
`,
},
{
Expand Down

0 comments on commit ed3b5a2

Please sign in to comment.