test data

This commit is contained in:
2021-03-24 22:31:11 +09:00
parent 5f91bcb221
commit d65adb904d

View File

@@ -107,7 +107,7 @@ class ProcessSendEveMailJob implements ShouldQueue
$this->release(20);
}
//Get the error code and take the appropriate action
//Get the response code and take the appropriate action
$errorCode = $response->getErrorCode();
if($errorCode === null) {