Skip to content

Commit

Permalink
LoyaltyCard is a pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
cs8898 committed Oct 28, 2024
1 parent 8d55d1e commit d247baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roqqio/POSLog.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type Address struct {

type LoyaltyAccount struct {
CustomerID string `xml:"CustomerID"`
LoyaltyCard struct {
LoyaltyCard *struct {
PrimaryAccountNumber string `xml:"PrimaryAccountNumber"`
} `xml:"LoyaltyCard"`
}
Expand Down

0 comments on commit d247baa

Please sign in to comment.