fix yd missing packages from order

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