Skip to content

Commit

Permalink
Add survival sponsorship to sponsorship types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordack committed Sep 4, 2024
1 parent f21e779 commit ac6170f
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 @@ -32,8 +32,7 @@
logger = logging.getLogger(__name__)
THIS_DIR = os.path.dirname(__file__)
testing = tools.config.get("test_enable")
SPONSORSHIP_TYPE_LIST = ["S", "SC", "SWP"]

SPONSORSHIP_TYPE_LIST = ["S", "SC", "SWP", "CSP"]

class SponsorshipContract(models.Model):
_inherit = ["recurring.contract", "compassion.mapped.model"]
Expand Down

0 comments on commit ac6170f

Please sign in to comment.