You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In UPS there is limit of 35 chars in address each lines, so currently in model it was setting address line 1 with concatenated street1 and street2 from origin setting which was exceeding chars limit of address lines. So not setting right street1 inside address line 1 data.
Previously it was giving error "Missing or invalid ship from address line 1" in response of UPS request because of character limit.
0 commit comments