Skip to content

Commit

Permalink
fix disable the code out
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 26, 2024
1 parent 569f714 commit d9b641d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function getCode(Request $request)
Mail::to($customer->email)->send(new SendCodeNotification($code, $customer));


return response(['message' => trans('Apis::app.shop.customer.code.sent'), 'code'=>$code]);
return response(['message' => trans('Apis::app.shop.customer.code.sent')]);

}

Expand Down

0 comments on commit d9b641d

Please sign in to comment.