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 b77ed57 commit 4e797f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ function __construct($name)
exit();
}
}


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

0 comments on commit 4e797f7

Please sign in to comment.