Skip to content

Commit 5a4ff2f

Browse files
committed
Fixes #274
1 parent 48df769 commit 5a4ff2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/mock_api/endpoints/charity/donations.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ var donationsScopesByMethod = map[string][]string{
3434
type CharityDonations struct{}
3535

3636
type GetCharityDonationsResponse struct {
37-
ID string `json:"campaign_id"`
38-
UserID string `json:"user_id"`
39-
UserLogin string `json:"user_login"`
40-
UserName string `json:"user_name"`
41-
Amount CharityAmount `json:"amount"`
37+
ID string `json:"campaign_id"`
38+
UserID string `json:"user_id"`
39+
UserLogin string `json:"user_login"`
40+
UserName string `json:"user_name"`
41+
TargetAmount CharityAmount `json:"target_amount"`
4242
}
4343

4444
func (e CharityDonations) Path() string { return "/charity/donations" }

0 commit comments

Comments
 (0)