mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Change shipping address display format
This commit is contained in:
parent
6227ba40ae
commit
a12166e0d0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class ShippingView {
|
|||
<div>${data.value('firstName')} ${data.value('lastName')}</div>
|
||||
<div>${data.value('street1')}</div>
|
||||
<div>${data.value('street2')}</div>
|
||||
<div>${data.value('city')} ${valueOfSelect('#billing_state', data.value('stateCode'))} ${data.value('postCode')} </div>
|
||||
<div>${data.value('city')}, ${valueOfSelect('#billing_state', data.value('stateCode'))} ${data.value('postCode')} </div>
|
||||
<div>${valueOfSelect('#billing_country', data.value('countryCode'))}</div>
|
||||
<div>${data.value('phone')}</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue