Skip to content

Commit

Permalink
Merge pull request #11 from erajayatech/egiftcard
Browse files Browse the repository at this point in the history
REV-1521 Add source to giftcard struct
  • Loading branch information
zidni722 authored May 3, 2023
2 parents 0f90662 + b248235 commit 17cea6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/giftcard_detail.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package model
type GiftcardDetail struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Source string `json:"source"`
Card []Card `json:"cards"`
}

Expand Down

0 comments on commit 17cea6f

Please sign in to comment.