Fixes for viewing unprocessed charges
This commit is contained in:
@@ -61,7 +61,7 @@ class Charge extends Model
|
||||
{
|
||||
return $query
|
||||
->where('active',TRUE)
|
||||
->whereNotNull('charge_date')
|
||||
->whereNotNull('charge_at')
|
||||
->whereNotNull('type')
|
||||
->where(function($q) {
|
||||
return $q->where('processed',FALSE)
|
||||
|
Reference in New Issue
Block a user