Skip to content

Commit

Permalink
Merge pull request #742 from amansinghbais/#716-owner-party-id
Browse files Browse the repository at this point in the history
Improved: sending customer partyId as payload for activating gift card (#716)
  • Loading branch information
ravilodhi authored Sep 10, 2024
2 parents 435cb2c + d90963a commit cc88042
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 cc88042

Please sign in to comment.