mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 03:34:36 -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();
|
$payment_hash->save();
|
||||||
|
|
||||||
|
|
||||||
$driver = $company_gateway->driver($this->client)->init();
|
$driver = $company_gateway->driver($this->client);
|
||||||
$driver->setPaymentHash($payment_hash);
|
$driver->setPaymentHash($payment_hash);
|
||||||
|
|
||||||
$source = 'paypal';
|
$source = 'paypal';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user