remove temp changes from sendVerificationCodeAction
This commit is contained in:
parent
a83ab55564
commit
ac8f42a0d1
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ class Order extends Controller
|
|||
{
|
||||
$response = $this->service->confirmVerification($verificationCode, $checkId);
|
||||
|
||||
$response->success = true;
|
||||
$response->verification->verifiedAt = '123';
|
||||
|
||||
if ($response !== null
|
||||
&& $response->success
|
||||
&& isset($response->verification->verifiedAt)
|
||||
|
|
Loading…
Add table
Reference in a new issue