mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix phpunit test
This commit is contained in:
parent
b5f63b9f47
commit
6ad27c82b7
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue