Skip to content

Commit

Permalink
[FIX] Fixed conflict commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mjavint committed Jan 21, 2025
2 parents 5329d7c + 2f4253f commit 171871f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recurring_payment_stripe/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def action_register_payment(self):
payment on subscriptions.
"""
for invoice in self:
res = 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 171871f

Please sign in to comment.