mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 07:12:46 +00:00
bugfix
This commit is contained in:
parent
e9746221ab
commit
c857e020a2
@ -41,7 +41,7 @@ module DiscourseDonations
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (user)
|
if (user)
|
||||||
metedata[:discourse_user_id] = user.id
|
metadata[:discourse_user_id] = user.id
|
||||||
end
|
end
|
||||||
|
|
||||||
@charge = ::Stripe::Charge.create(
|
@charge = ::Stripe::Charge.create(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user