Skip to content

Commit 2f3cef2

Browse files
committed
fix: include bounty_id in charge initialization
1 parent f11e458 commit 2f3cef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/algora/bounties/bounties.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ defmodule Algora.Bounties do
939939
initialize_charge(%{
940940
id: Nanoid.generate(),
941941
user_id: owner.id,
942+
bounty_id: bounty_id,
942943
gross_amount: gross_amount,
943944
net_amount: amount,
944945
total_fee: Money.sub!(gross_amount, amount),

0 commit comments

Comments
 (0)