Skip to content

Commit

Permalink
[Billing] Change price types
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Aug 17, 2024
1 parent 861b21b commit 25ad623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parthenon/Billing/Enum/PriceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

enum PriceType: string
{
case RECURRING = 'recurring';
case FIXED_PRICE = 'fixed_price';
case ONE_OFF = 'one-off';
case PACKAGE = 'package';
case UNIT = 'per_unit';
Expand Down

0 comments on commit 25ad623

Please sign in to comment.