Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tabsheerabdullla committed Feb 19, 2024
1 parent f304668 commit e7048e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talonone-service/src/handlers/effects/cart/setDiscount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const setDiscountHandler = (
slug: nameToSlug(name),
taxCategory: {
typeId: 'tax-category',
id: taxCategoryId
key: taxCategoryId
}
}
}
Expand Down

0 comments on commit e7048e9

Please sign in to comment.