Skip to content

Commit

Permalink
fix(type/com): orderInfoSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed May 24, 2023
1 parent d2ea9c1 commit b90d872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/type/src/customer-order-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ export const orderInfoSchema = {
itemList: [
{
productId: String,
price: Number,
finalPrice: Number,
marketPrice: Number,
agencyPrice: Number,
qty: Number,
},
],
Expand Down

0 comments on commit b90d872

Please sign in to comment.