mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
customer support interface
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user