test(ti intergration): added the place holder for intergration of comments for customer
This commit is contained in:
@@ -76,22 +76,24 @@ export let xmlPayloadTI = `
|
||||
<Date type="latest">[deliveryDate]</Date>
|
||||
</Dates>
|
||||
<Address type="" isResidential="" isPrimary="false">
|
||||
<LocationCode/>
|
||||
<Name>[customerName]</Name>
|
||||
<AddrLine1>[customerStreetAddress]</AddrLine1>
|
||||
<AddrLine2/>
|
||||
<City>[customerCity]</City>
|
||||
<StateProvince>[customerState]</StateProvince>
|
||||
<PostalCode>[customerZip]</PostalCode>
|
||||
<CountryCode>USA</CountryCode>
|
||||
<Contacts>
|
||||
<Contact type="">
|
||||
<Name/>
|
||||
<ContactMethods>
|
||||
<ContactMethod sequenceNum="1" type="phone">800-555-1122</ContactMethod>
|
||||
</ContactMethods>
|
||||
</Contact>
|
||||
</Contacts>
|
||||
<LocationCode/>
|
||||
<Name>[customerName]</Name>
|
||||
<AddrLine1>[customerStreetAddress]</AddrLine1>
|
||||
<AddrLine2/>
|
||||
<City>[customerCity]</City>
|
||||
<StateProvince>[customerState]</StateProvince>
|
||||
<PostalCode>[customerZip]</PostalCode>
|
||||
<CountryCode>USA</CountryCode>
|
||||
<Contacts>
|
||||
<Contact type="">
|
||||
<Name/>
|
||||
<ContactMethods>
|
||||
<ContactMethod sequenceNum="1" type="phone">800-555-1122</ContactMethod>
|
||||
</ContactMethods>
|
||||
</Contact>
|
||||
</Contacts>
|
||||
<!-- Delivery Comments -->
|
||||
<!-- <Comments>[customerSpecificInstructions]</Comments> -->
|
||||
</Address>
|
||||
<Shipments>
|
||||
<ReferenceNumbers>
|
||||
|
||||
Reference in New Issue
Block a user