mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge trunk
This commit is contained in:
commit
aa1942b604
30 changed files with 589 additions and 48 deletions
|
@ -80,6 +80,7 @@ class ChangeCartEndpointTest extends TestCase
|
|||
$requestData = Mockery::mock(RequestData::class);
|
||||
$requestData
|
||||
->expects('read_request')
|
||||
->times(2)
|
||||
->with(ChangeCartEndpoint::nonce())
|
||||
->andReturn($data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue