Skip to content

Commit

Permalink
Update order.php
Browse files Browse the repository at this point in the history
  • Loading branch information
theronakpatel authored Feb 22, 2024
1 parent 4f488f1 commit ad2d5e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function __construct($name)
}
}


function addReward(object $order)
{
if (strtoupper($order->status) === 'COMPLETE') {
Expand Down

0 comments on commit ad2d5e4

Please sign in to comment.