Skip to content

Commit

Permalink
[FIX] Fixed precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
mjavint committed Jan 21, 2025
1 parent 171871f commit 0b00b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recurring_payment_stripe/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def action_register_payment(self):
payment on subscriptions.
"""
for invoice in self:
res = super(AccountMove, self).action_register_payment()
super(AccountMove, self).action_register_payment()
# Find the subscription associated with the invoice, if it exists
subscription = invoice.subscription_id

Expand Down

0 comments on commit 0b00b1c

Please sign in to comment.