Skip to content

Conversation

jonathanreveille
Copy link
Member

Purpose

When the payment provider has issues, we were supposed to pass the installment id to the the method set_installment_error instead of the installment object. This created issues in our sentry, and we couldn't follow the fact that payment provider raised an exception when calling create_zero_click_payment.

That behavior led us to believe that nothing happened, but in fact there was an issue with the payment provider while attempting to call the method to debit an installment.

Proposal

  • fix set_installment_error

When the payment provider has issues, we were supposed
to pass the installment id to the the method `set_installment_error`
instead of the installment object. This created issues in our sentry,
and we coudn't follow the fact that payment provider raised
an exception when calling `create_zero_click_payment`.
Copy link
Member

@kernicPanel kernicPanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonathanreveille jonathanreveille merged commit 09a0f55 into main Oct 8, 2025
16 of 17 checks passed
@jonathanreveille jonathanreveille deleted the hotfix/set_installment_error_fix_when_payment_provider_has_issues branch October 8, 2025 10:14
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