customer support interface

This commit is contained in:
Omair Saleh
2023-01-24 05:55:25 +08:00
parent 01a87017ee
commit 508ca03cc2
@@ -77,7 +77,6 @@
if(in_array($payment->status, [4, 5])) {
$status = 'Rejected/Failed Payment';
$transferProof = $bill->documents()->first();
}
if($bill->status === 1) {
@@ -132,7 +131,6 @@
if(in_array($payment->status, [4, 5])) {
$status = 'Rejected/Failed Payment';
$transferProof = $bill->documents()->first();
}
if($bill->status === 1) {