Skip to content

Commit

Permalink
T1865 FIX payer not sent to GMC
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Sep 26, 2024
1 parent 89edc5b commit 90d767e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sponsorship_compassion/models/contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,7 @@ def contract_active(self):
# Define the payer that will be sync to gmc
contract.gmc_payer_partner_id = contract.partner_id
# UpsertConstituent Message
partner = contract.correspondent_id
partner.upsert_constituent()
partners.upsert_constituent()
contract.upsert_sponsorship()
return True

Expand Down

0 comments on commit 90d767e

Please sign in to comment.