NEXT-39991 - Fix registration url and create correct proof #104
Annotations
2 warnings
unit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit:
src/Registration/RegistrationService.php#L69
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
$this->eventDispatcher?->dispatch(new BeforeRegistrationStartsEvent($request, $shop));
$this->shopRepository->createShop($shop);
} else {
- $shop->setShopUrl($queries['shop-url']);
+
$this->eventDispatcher?->dispatch(new BeforeRegistrationStartsEvent($request, $shop));
$this->shopRepository->updateShop($shop);
}
|