mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 13:34:08 +00:00
fix yd missing packages from order
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user