Fix phpunit test

This commit is contained in:
dinamiko 2022-04-25 14:34:36 +02:00
parent b5f63b9f47
commit 6ad27c82b7

View file

@ -50,8 +50,7 @@ class PayUponInvoiceGatewayTest extends TestCase
$this->order_endpoint->shouldReceive('create')->with(
[$purchase_unit],
$payment_source,
''
$payment_source
)->andReturn($order);
$result = $this->testee->process_payment(1);