mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Show shipping methods in paypal if express without review
This commit is contained in:
parent
8efa0e6da3
commit
9d638a57e3
12 changed files with 355 additions and 16 deletions
|
@ -294,7 +294,7 @@ class PurchaseUnitFactoryTest extends TestCase
|
|||
$shippingFactory = Mockery::mock(ShippingFactory::class);
|
||||
$shippingFactory
|
||||
->expects('from_wc_customer')
|
||||
->with($wcCustomer)
|
||||
->with($wcCustomer, false)
|
||||
->andReturn($shipping);
|
||||
$paymentsFacory = Mockery::mock(PaymentsFactory::class);
|
||||
$testee = new PurchaseUnitFactory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue