Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Feb 20, 2024
1 parent e46b1d9 commit d768996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/OrderStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function valueToClass(string $value): string
return match ($value) {
Order::PENDING, Order::ON_HOLD => 'status--warning',
Order::CANCELLED, Order::FAILED => 'status--danger',
Order::REFUNDED, Order::PARTIALLY_REFUNDED, Order::COMPLETED => 'status--success',
Order::FULFILLED => 'status--success',
Order::IN_PROGRESS => 'status--info',
default => 'status--info',
};
Expand Down

0 comments on commit d768996

Please sign in to comment.