mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix wrong billing address admin areas values
This commit is contained in:
parent
b84d17f0bb
commit
b43058f13e
1 changed files with 2 additions and 2 deletions
|
@ -690,8 +690,8 @@ class AxoManager {
|
|||
billingAddress: {
|
||||
addressLine1: this.billingView.inputValue('street1'),
|
||||
addressLine2: this.billingView.inputValue('street2'),
|
||||
adminArea1: this.billingView.inputValue('city'),
|
||||
adminArea2: this.billingView.inputValue('stateCode'),
|
||||
adminArea1: this.billingView.inputValue('stateCode'),
|
||||
adminArea2: this.billingView.inputValue('city'),
|
||||
postalCode: this.billingView.inputValue('postCode'),
|
||||
countryCode: this.billingView.inputValue('countryCode'),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue