diff --git a/tests/Feature/PayPal/WebhookTest.php b/tests/Feature/PayPal/WebhookTest.php index d98b4b88e939..e454d9c804bf 100644 --- a/tests/Feature/PayPal/WebhookTest.php +++ b/tests/Feature/PayPal/WebhookTest.php @@ -90,7 +90,7 @@ class WebhookTest extends TestCase $payment_hash->save(); - $driver = $company_gateway->driver($this->client)->init(); + $driver = $company_gateway->driver($this->client); $driver->setPaymentHash($payment_hash); $source = 'paypal';