mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
shorten yd fetch duration
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ class FetchOrderListsFromYdPortalProcessor
|
|||||||
public function execute(?Carbon $start = null, ?Carbon $end = null)
|
public function execute(?Carbon $start = null, ?Carbon $end = null)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$start = $start ? $start : Carbon::today()->subDays(10);
|
$start = $start ? $start : Carbon::today()->subDays(5);
|
||||||
|
|
||||||
$startLimit = Carbon::parse('01-12-2021');
|
$startLimit = Carbon::parse('01-12-2021');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user