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
For example, if I'm in a Django Admin page for a Charge, it should link to the stripe.com website to relevant model (e.g. https://dashboard.stripe.com/payments/ch_<charge id here>)
The text was updated successfully, but these errors were encountered:
@frewsxcv one challenge of this is if you have multiple Stripe accounts, your active session might be on another account so this will 404 (i have experienced this as I have implemented this as a one off in a project before). that said, i think it's worth having.
For example, if I'm in a Django Admin page for a Charge, it should link to the stripe.com website to relevant model (e.g.
https://dashboard.stripe.com/payments/ch_<charge id here>
)The text was updated successfully, but these errors were encountered: