Minor fixes for paypal tests

This commit is contained in:
David Bomba 2023-12-13 20:11:28 +11:00
parent eb88943e86
commit 5284385e70

View File

@ -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';