This commit is contained in:
Rodrigo Gonzalez 2023-03-27 19:38:40 -03:00
parent ece8bf5222
commit d37045d3e3

View File

@ -15,7 +15,7 @@ class WebhooksController
{
$proxy_host = config('appstore-server-notifications.proxy_host');
if (!empty($proxy_host)) {
ProxyHelperFacade::CreateProxy($request)->->toUrl($proxy_host);
ProxyHelperFacade::CreateProxy($request)->toUrl($proxy_host);
}
$jobConfigKey = NotificationType::{$request->input('notification_type')}();