chore(admin-dashboard): rank links should keep paid filter
This commit is contained in:
@@ -223,6 +223,7 @@
|
||||
$merchantOrdersUrl = \App\Support\BackUrl::withBack(
|
||||
'/admin/platform-orders?' . \Illuminate\Support\Arr::query([
|
||||
'merchant_id' => $mid,
|
||||
'payment_status' => 'paid',
|
||||
'created_from' => now()->subDays(6)->format('Y-m-d'),
|
||||
'created_to' => now()->format('Y-m-d'),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user