diff --git a/app/Http/Controllers/PaymentNotificationWebhookController.php b/app/Http/Controllers/PaymentNotificationWebhookController.php index d310899593cc..d9d41618e328 100644 --- a/app/Http/Controllers/PaymentNotificationWebhookController.php +++ b/app/Http/Controllers/PaymentNotificationWebhookController.php @@ -16,10 +16,13 @@ use App\Http\Requests\Payments\PaymentNotificationWebhookRequest; use App\Libraries\MultiDB; use App\Models\Client; use App\Models\CompanyGateway; +use App\Utils\Traits\MakesHash; use Auth; class PaymentNotificationWebhookController extends Controller { + use MakesHash; + public function __invoke(PaymentNotificationWebhookRequest $request, string $company_key, string $company_gateway_id, string $client_hash) {