Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Nov 12, 2024
1 parent 9b0d213 commit fd61387
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 @@ -9,6 +9,7 @@
def get_virtual_consumables() -> list[ConsumableType]:
return [
consumable(
service_item=service_item(service=76, unit_type="unit", how_many=-1),
service_item=service_item(service=48, unit_type="unit", how_many=-1),
service_item=service_item(service=93, unit_type="unit", how_many=-1),
),
]

0 comments on commit fd61387

Please sign in to comment.