From 027eef2aaa97b1e61d1bb6ca364ba3657c35d295 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Thu, 29 Sep 2022 03:19:08 +0800 Subject: [PATCH] convert 1688 purchase order to po --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index e0546f38..584bd455 100644 --- a/routes/web.php +++ b/routes/web.php @@ -411,7 +411,7 @@ Route::get('/1688/fix', function(){ ]; } } - dd($purchaseOrder = []); + dd($purchaseOrder); } // if($document->owner->status === ApprovalStatus::COMPLETED) continue; // (App()->make(createPurchaseOrderFor1688OrderProcessor::class))->execute($document->owner);