mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Set transaction id for authorization
This commit is contained in:
parent
79e2dd2ef5
commit
d40384aa1a
2 changed files with 21 additions and 18 deletions
|
@ -159,7 +159,8 @@ class OrderProcessorTest extends TestCase
|
|||
$wcOrder
|
||||
->expects('update_status')
|
||||
->with('on-hold', 'Awaiting payment.');
|
||||
|
||||
$wcOrder->expects('set_transaction_id')
|
||||
->with($transactionId);
|
||||
|
||||
$this->assertTrue($testee->process($wcOrder));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue