Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Oct 29, 2024
1 parent 2edff47 commit b0af3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion breathecode/payments/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def get_virtual_consumables() -> list[ConsumableType]:
mentorship_service_set=1,
),
consumable(
service_item=service_item(service=76, unit_type="unit", how_many=10)
service_item=service_item(service=76, unit_type="unit", how_many=10),
cohort_set=1,
),
]

0 comments on commit b0af3e6

Please sign in to comment.