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 14, 2024
1 parent e3eeab9 commit a44bee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breathecode/payments/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ def get_virtual_consumables() -> list[ConsumableType]:
return [
consumable(
service_item=service_item(service=48, unit_type="unit", how_many=-1),
),
consumable(
service_item=service_item(service=93, unit_type="unit", how_many=-1),
),
]

0 comments on commit a44bee7

Please sign in to comment.