GoteoFoundation / goteo

Goteo Version 3, the Open Source Crowdfunding Platform
http://goteo.org
GNU Affero General Public License v3.0
188 stars 133 forks source link

Update invests that have been refunded by Stripe #592

Closed subiabre closed 11 months ago

subiabre commented 11 months ago

:tophat: What? Why?

Invests generated via Stripe subscriptions weren't being updated on the platform after they were refunded on Stripe. Now they are.

:pushpin: Related Issues

Fixes https://app.asana.com/0/1206149597772083/1206194873937420

Testing

Make a payment using the subscription with Stripe payment method.

Forward Stripe events to your local webhook using the CLI.

Then refund this payment and check your investment on /admin. Status should be cancelled.

:hearts: Thank you!