mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
Fix reachout email
This commit is contained in:
@@ -1424,6 +1424,8 @@ class StudioPlusVideoController extends Controller
|
||||
]);
|
||||
|
||||
$product = (new AmazonProductService)->getProductDetails($video->asin);
|
||||
|
||||
|
||||
|
||||
$job_request->product()->create([
|
||||
'asin' => $video->asin,
|
||||
@@ -1464,9 +1466,9 @@ class StudioPlusVideoController extends Controller
|
||||
'urls'
|
||||
]);
|
||||
|
||||
DB::commit();
|
||||
$this->sendReachoutAccountMail(auth()->user()->email,$user->email,$password);
|
||||
|
||||
$this->sendReachoutAccountMail($video->channel->user->email,$user->email,$password);
|
||||
DB::commit();
|
||||
|
||||
return response()->json([
|
||||
'message' => 'Reachout account successfully created and emailed to the client',
|
||||
|
||||
Reference in New Issue
Block a user