comsave/salesforce-outbound-message-tower

View on GitHub
src/Controller/ReceiverController.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

try {
// $notificationId = $messageReceiver->receive($channelName, $xmlRequest);
$messageReceiver->receive($channelName, $xmlRequest);
} catch (OutboundMessageTowerException $ex) {
return new JsonResponse([
Severity: Major
Found in src/Controller/ReceiverController.php and 1 other location - About 1 hr to fix
src/Controller/BroadcasterController.php on lines 49..63

There are no issues that match your filters.

Category
Status