fix yd missing packages from order

This commit is contained in:
omair saleh
2022-04-01 11:21:44 +08:00
parent 6077b1fbbb
commit e1d751b859
@@ -136,7 +136,7 @@ class FetchOrderListsFromYdPortalProcessor
public function execute(?Carbon $start = null, ?Carbon $end = null)
{
try {
$start = $start ? $start : Carbon::now()->subMonths(4);
$start = $start ? $start : Carbon::now()->subMonths(2);
$startLimit = Carbon::parse('01-12-2021');