Skip to content

Commit c6870ea

Browse files
committed
filter updated
1 parent fc99153 commit c6870ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Http/Controllers/Charts/UserOrderSummaryController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public function __invoke(UserOrderSummaryRequest $request): UserOrderSummaryColl
4646
$item->order_count = mt_rand(10, 50);
4747
$item->orders = [
4848
['currency' => 'CAD', 'total_order' => mt_rand(10, 30), 'total_amount' => 500, 'total_amount_formated' => (string) \currency(500, 'CAD')],
49-
['currency' => 'AED', 'total_order' => mt_rand(10, 30), 'total_amount' => 1500, 'total_amount_formated' => (string) \currency(1500, 'AED')],
50-
['currency' => 'BDT', 'total_order' => mt_rand(10, 30), 'total_amount' => 5000, 'total_amount_formated' => (string) \currency(5000, 'BDT')],
49+
// ['currency' => 'AED', 'total_order' => mt_rand(10, 30), 'total_amount' => 1500, 'total_amount_formated' => (string) \currency(1500, 'AED')],
50+
// ['currency' => 'BDT', 'total_order' => mt_rand(10, 30), 'total_amount' => 5000, 'total_amount_formated' => (string) \currency(5000, 'BDT')],
5151
];
5252

5353
return $item;

0 commit comments

Comments
 (0)