Commit 734de007 by Tobin

dc

parent c609a986
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
case 3: echo 'Pending'; break; case 3: echo 'Pending'; break;
case 4: echo 'Deleted'; break; case 4: echo 'Deleted'; break;
case 5: echo 'Payment Failed'; break; case 5: echo 'Payment Failed'; break;
case 6: if($booking->has_payment == 0){ echo 'Waiting for Aproval'; break; } case 6: if($booking->has_payment == 0){ echo 'Waiting for Approval'; break; }
else { else {
if ($booking->trans_status == '1') { echo 'Waiting for Aproval'; break; } if ($booking->trans_status == '1') { echo 'Waiting for Approval';break; }
else { echo 'Pending'; break; } else { echo 'Pending'; break; }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment