You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup Stripe webhook URL which is working as expected.
I am overriding method def payment_succeeded(amount) in Subscription model which is triggered as expected but its attribute amount is always 0 (I would expect to get the amount of the charge).
Is this a bug or I am doing something wrong?
The text was updated successfully, but these errors were encountered:
I setup Stripe webhook URL which is working as expected.
I am overriding method
def payment_succeeded(amount)
inSubscription
model which is triggered as expected but its attributeamount
is always0
(I would expect to get the amount of the charge).Is this a bug or I am doing something wrong?
The text was updated successfully, but these errors were encountered: