"WBSNYI - New Tag" Addition

What was added:

A tag for a third address line!


When the customer issues a  CustomerAddressAdd.xml,   there is a new tag.
This new tag will also display when you use the   CustomerAddressGet.xml, or the   CustomerShipToList.xml

<CustomerAddressAdd>
     <contact_number>12345</contact_number>
     <address>
         <temporary>N</temporary>
         <description>ship_to</description>
         <company_name>Sir Lancelot</company_name>
         <contact_name></contact_name>
         <address1>1452 Middle Verde</address1>
         <address2>PO Box 555</address2>
         <address3>NEW FIELD</address3>          <--- New Field!!!!
         <city>Camp Verde</city>
         <state>AZ</state>
         <zip>86322</zip>
     </address>
</CustomerAddressAdd>