1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

remove temp changes from sendVerificationCodeAction

This commit is contained in:
Sergey Chazov 2020-10-21 16:25:13 +03:00
parent a83ab55564
commit ac8f42a0d1

View file

@ -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)