master
wufan 4 months ago
parent 388efeb767
commit 9b5a65f01c

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

Loading…
Cancel
Save