shorten yd fetch duration

This commit is contained in:
Omair Saleh
2022-10-20 11:28:09 +08:00
parent 2d58db7bd9
commit be283dee78
@@ -138,7 +138,7 @@ class FetchOrderListsFromYdPortalProcessor
public function execute(?Carbon $start = null, ?Carbon $end = null)
{
try {
$start = $start ? $start : Carbon::today()->subMonths(1);
$start = $start ? $start : Carbon::today()->subDays(10);
$startLimit = Carbon::parse('01-12-2021');