Skip to content

Commit 92ba882

Browse files
authored
Merge pull request #12 from erajayatech/egiftcard
Add key 'barcode' for e-giftcard purpose
2 parents 17cea6f + 81ee174 commit 92ba882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/giftcard_detail.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ type GiftcardDetail struct {
88
}
99

1010
type Card struct {
11+
Barcode string `json:"barcode"`
1112
CardNumber string `json:"card_number"`
1213
CardPin string `json:"card_pin"`
1314
Denom string `json:"denom"`

0 commit comments

Comments
 (0)