Skip to content

Commit

Permalink
Format Pathao order status.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ok9xNirab committed Sep 26, 2023
1 parent 6f1fb80 commit 815326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Admin/views/pathao-shipping-details.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
</p>
<p>
<b>Status :</b><br>
<span><?php echo esc_html( $order_status ); ?></span>
<span><?php echo esc_html( str_replace("_", " ", $order_status) ); ?></span>
</p>

0 comments on commit 815326c

Please sign in to comment.