We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e4adb commit 8990307Copy full SHA for 8990307
app/Http/Controllers/Seller/CreateSellerController.php
@@ -61,7 +61,7 @@ public function create(Request $request){
61
Log::info('PaymentProcessingJob: Payment complete',[
62
'cat'=>$request->categories
63
]);
64
- GenerateUniqueShopKeyJob::dispatch($shop->id);
+ GenerateUniqueShopKeyJob::dispatch($shop->id)->delay(now()->addMinutes(1));
65
//$urlShop=$this->getUrlSyncAccount();
66
//$accountId=(new CreateAccountSyncService())->createSyncAccount(
67
//$request->shop_name,
0 commit comments