Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid processing installments with cancelled subscriptions #181

Conversation

seand7565
Copy link
Contributor

Anyone who cancels their subscription with a failed installment will
still have an order created the next time installments are created.
This is because installments don't check the status of their associated
subscriptions before being processed.

This update will ensure that only active subscriptions are processed.

Ref: #180

Anyone who cancels their subscription with a failed installment will
still have an order created the next time installments are created.
This is because installments don't check the status of their associated
subscriptions before being processed.

This update will ensure that only installments with active subscriptions
are processed.
@seand7565 seand7565 force-pushed the avoid_processing_installments_with_cancelled_subscriptions branch from f472068 to 5ad9618 Compare December 16, 2020 14:33
@seand7565 seand7565 requested a review from aldesantis December 16, 2020 14:34
@aldesantis aldesantis merged commit 6132665 into solidusio:master Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants