From 5284385e70c2dce2cbec55b05e1d5366e5d2dc92 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 13 Dec 2023 20:11:28 +1100 Subject: [PATCH] Minor fixes for paypal tests --- tests/Feature/PayPal/WebhookTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';