bountyfulfillment.payout_amount is falsy
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
when a user pays out a bounty, a new bountyfulfillment is created. in the checkout flow the user is asked to confirm the amount of their payout, but this information is not stored server side - bountyfulfillment.payout_amount is falsy for most users.
**To Reproduce**
1. create a bounty
2. payout a bounty
3. bountyfulfillment.payout_amount is falsy
**Expected behavior**
bountyfulfillment.payout_amount is not nullable
bountyfulfillment.payout_amount is populated for all bounties
Contributor guide
Assessment
This issue has not been assessed yet.