You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewMissingRequiredFieldException('->webhookUrl() was never called.');
37
-
}
38
+
$successWebhookUrl = $this->successWebhookUrl;
39
+
if (!$successWebhookUrl) {
40
+
if (!$this->urlGenerator) {
41
+
thrownewWebhookConfigurationException(\sprintf('A webhook URL or Router is required to use "%s" method. Set the URL or try to run "composer require symfony/routing".', __METHOD__));
0 commit comments