Fix wrong billing address admin areas values

This commit is contained in:
Emili Castells Guasch 2024-05-07 10:53:52 +02:00
parent b84d17f0bb
commit b43058f13e

View file

@ -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'),
}