Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
liruchen32 committed Apr 19, 2024
1 parent 39c5e03 commit a1b2663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/donation.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ type GeneralDonation struct {
BinCode null.String `gorm:"column:card_info_bin_code" json:"bin_code,omitempty"`
CardLastFour null.String `gorm:"column:card_info_last_four" json:"card_last_four, omitempty"`
CardType null.String `gorm:"column:card_info_type" json:"card_type, omitempty"`
IsAnonymous null.Bool `gorm:"type:tinyint(1);default:0" json:"is_anonymous"`
IsAnonymous null.Bool `gorm:"type:tinyint(1);default:0" json:"is_anonymous"`
FirstName null.String `gorm:"column:cardholder_first_name" json:"first_name,omitempty"`
LastName null.String `gorm:"column:cardholder_last_name" json:"last_name,omitempty"`
Header null.String `gorm:"column:receipt_header" json:"receipt_header,omitempty"`
Expand Down

0 comments on commit a1b2663

Please sign in to comment.