diff --git a/handlers/bounty.go b/handlers/bounty.go index 7207e73d7..9d5806061 100644 --- a/handlers/bounty.go +++ b/handlers/bounty.go @@ -446,6 +446,8 @@ func (h *bountyHandler) GenerateBountyResponse(bounties []db.NewBounty) []db.Bou Updated: bounty.Updated, CodingLanguages: bounty.CodingLanguages, Completed: bounty.Completed, + PaymentPending: bounty.PaymentPending, + PaymentFailed: bounty.PaymentFailed, }, Assignee: db.Person{ ID: assignee.ID,