mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-12 01:18:39 +08:00
Change UK to GB
This commit is contained in:
parent
51b2582589
commit
2387902a18
2 changed files with 68 additions and 68 deletions
|
@ -18,7 +18,7 @@ class PayerTest extends TestCase
|
|||
->andReturn(['address']);
|
||||
$address
|
||||
->expects('country_code')
|
||||
->andReturn('UK');
|
||||
->andReturn('GB');
|
||||
$phone = Mockery::mock(PhoneWithType::class);
|
||||
$phone
|
||||
->expects('to_array')
|
||||
|
@ -70,7 +70,7 @@ class PayerTest extends TestCase
|
|||
->andReturn(['address']);
|
||||
$address
|
||||
->expects('country_code')
|
||||
->andReturn('UK');
|
||||
->andReturn('GB');
|
||||
$phone = Mockery::mock(PhoneWithType::class);
|
||||
$phone
|
||||
->expects('to_array')
|
||||
|
@ -110,7 +110,7 @@ class PayerTest extends TestCase
|
|||
->andReturn(['address']);
|
||||
$address
|
||||
->expects('country_code')
|
||||
->andReturn('UK');
|
||||
->andReturn('GB');
|
||||
$phone = null;
|
||||
$taxInfo = Mockery::mock(PayerTaxInfo::class);
|
||||
$taxInfo
|
||||
|
@ -147,7 +147,7 @@ class PayerTest extends TestCase
|
|||
->andReturn(['address']);
|
||||
$address
|
||||
->expects('country_code')
|
||||
->andReturn('UK');
|
||||
->andReturn('GB');
|
||||
$phone = Mockery::mock(PhoneWithType::class);
|
||||
$phone
|
||||
->expects('to_array')
|
||||
|
@ -184,7 +184,7 @@ class PayerTest extends TestCase
|
|||
->andReturn(['address']);
|
||||
$address
|
||||
->expects('country_code')
|
||||
->andReturn('UK');
|
||||
->andReturn('GB');
|
||||
$phone = Mockery::mock(PhoneWithType::class);
|
||||
$phone
|
||||
->expects('to_array')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue