Skip to content

Commit

Permalink
Update resit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fadlisaad authored Jul 27, 2021
1 parent 3776d8e commit b2c3043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resit.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<td><div class="alert alert-danger"><?php echo $msg ?></div></td>
</tr>
<?php endif; ?>
<?php if($_POST['STATUS'] == 2) : $msg = "Pembayaran anda tidak berjaya. Sila semak baki anda"; ?>
<?php if($_POST['STATUS'] == 2) : $msg = "Pembayaran anda tidak berjaya. Sila semak baki anda"; $status= $_POST['STATUS_MESSAGE']; ?>
<tr>
<td><div class="alert alert-danger"><?php echo $msg ?></div></td>
</tr>
Expand Down

0 comments on commit b2c3043

Please sign in to comment.