master
wufan 4 months ago
parent 388efeb767
commit 9b5a65f01c

@ -23,17 +23,18 @@ public class SampleShippingV2Tests : SampleTestsBase
{
ShipTo = new Address
{
Name = "Robert",
AddressLine1 = "E. O'Neal Jr 32 Winding Vale Rd Poplarville, MS",
StateOrRegion = "MS",
City = "Poplarville",
Name = "Maria Mata",
AddressLine1 = "2760 W Yowlumne Ave, Ste A",
StateOrRegion = "CA",
City = "Porterville",
CountryCode = "US",
PostalCode = "39470",
PostalCode = "93257",
},
ShipDate = new DateTime(2024,10,30),
ShipFrom = new Address
{
Name = "EDDIE",
AddressLine1 = "11190 White Birch Dr, Suite 100,CA,Rancho Cucamonga,91730",
AddressLine1 = "11190 White Birch Dr Suite 100",
StateOrRegion = "CA",
City = "Rancho Cucamonga",
CountryCode = "US",

Loading…
Cancel
Save