mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
transaction status downgrade
This commit is contained in:
@@ -157,6 +157,6 @@ class Transaction extends AbstractModel implements Documentable
|
||||
*/
|
||||
public function scopeTransferred(Builder $query)
|
||||
{
|
||||
return $query->whereIn('status', [ApprovalStatus::COMPLETED]);
|
||||
return $query->whereIn('status', [ApprovalStatus::APPROVED]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user