Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdstock authored Sep 24, 2024
1 parent e979605 commit 6c34604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/getOrderStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getOrderStatus(displayState: CommerceOrderDisplayStateEnum): str
case "PROCESSING":
return "processing"
case "PROCESSING_APPROVAL":
return "processing approval"
return "payment processing"
case "IN_TRANSIT":
return "in transit"
case "CANCELED":
Expand Down

0 comments on commit 6c34604

Please sign in to comment.