Skip to content

Commit

Permalink
feat: expose fields in the order edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Aug 28, 2024
1 parent 8a1195e commit 613b630
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/modules/order/src/lib/components/order-edit.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ export const transformOrderToInput = (
// postNumber: null,
// },
},
// contact: {
// name: null,
// email: null,
// phone: null,
// },
contact: {
name: null,
email: null,
phone: null,
},
// comments: null,
},
billingAddress: {
Expand Down Expand Up @@ -141,11 +141,11 @@ export const transformOrderToInput = (
// postNumber: null,
// },
},
// contact: {
// name: null,
// email: null,
// phone: null,
// },
contact: {
name: null,
email: null,
phone: null,
},
// comments: null,
},
totalAmounts: [...totalAmounts],
Expand Down

0 comments on commit 613b630

Please sign in to comment.