Skip to content

Commit

Permalink
Improved: sending customer partyId as payload for activating gift card (
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Sep 10, 2024
1 parent c0a31a7 commit d90963a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/GiftCardActivationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ export default defineComponent({
orderItemSeqId: this.item.orderItemSeqId,
amount: this.itemPriceInfo.unitPrice,
typeEnumId: "GC_ACTIVATE",
cardNumber: this.activationCode.trim()
cardNumber: this.activationCode.trim(),
partyId: this.item.customerId
})
if(!hasError(resp)) {
Expand Down

0 comments on commit d90963a

Please sign in to comment.