mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix PHPCS
This commit is contained in:
parent
4521fc8f52
commit
4d68973408
1 changed files with 3 additions and 3 deletions
|
@ -221,7 +221,7 @@ class WooCommerceOrderCreator {
|
||||||
'state' => $address ? $address->admin_area_1() : '',
|
'state' => $address ? $address->admin_area_1() : '',
|
||||||
'postcode' => $address ? $address->postal_code() : '',
|
'postcode' => $address ? $address->postal_code() : '',
|
||||||
'country' => $address ? $address->country_code() : '',
|
'country' => $address ? $address->country_code() : '',
|
||||||
'phone' => $payer_phone ? $payer_phone->phone()->national_number() : ''
|
'phone' => $payer_phone ? $payer_phone->phone()->national_number() : '',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue