Show shipping methods in paypal if express without review

This commit is contained in:
Alex P 2023-04-25 15:06:24 +03:00
parent 8efa0e6da3
commit 9d638a57e3
No known key found for this signature in database
GPG key ID: 54487A734A204D71
12 changed files with 355 additions and 16 deletions

View file

@ -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(