mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Minor fixes for paypal tests
This commit is contained in:
parent
eb88943e86
commit
5284385e70
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user