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 31, 2024
1 parent 236668b commit 5e3bc5f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions breathecode/payments/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
def get_virtual_consumables() -> list[ConsumableType]:
return [
consumable(
service_item=1,
cohort_set=1,
event_type_set=1,
mentorship_service_set=1,
),
consumable(
service_item=service_item(service=76, unit_type="unit", how_many=10),
cohort_set=1,
service_item=service_item(service=76, unit_type="unit", how_many=-1),
),
]

0 comments on commit 5e3bc5f

Please sign in to comment.