fix tests
This commit is contained in:
@@ -14,7 +14,7 @@ class PaypalPaymentServiceTest extends TestCase
|
||||
|
||||
private function makeService(): PaypalPaymentService
|
||||
{
|
||||
return new PaypalPaymentService(new ApplicationUrlService());
|
||||
return new PaypalPaymentService(new ApplicationUrlService);
|
||||
}
|
||||
|
||||
public function test_create_payment_falls_back_to_hosted_when_sdk_missing(): void
|
||||
|
||||
Reference in New Issue
Block a user