Skip to content

Commit

Permalink
fix: lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Mar 14, 2024
1 parent e4fea45 commit d6e4a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Enums/PaymentStatusEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ enum PaymentStatusEnum: string
{
case PROCESSED = 'processed';
case PENDING = 'pending';
case FAILED = 'Failed';
}
case FAILED = 'failed';
}

0 comments on commit d6e4a66

Please sign in to comment.