Update June 10, 2024 (#95)
This commit is contained in:
		@@ -350,9 +350,6 @@ type FBSCustomer struct {
 | 
			
		||||
	// Delivery address details
 | 
			
		||||
	Address FBSCustomerAddress `json:"address"`
 | 
			
		||||
 | 
			
		||||
	// Customer e-mail
 | 
			
		||||
	CustomerEmail string `json:"customer_email"`
 | 
			
		||||
 | 
			
		||||
	// Customer identifier
 | 
			
		||||
	CustomerId int64 `json:"customer_id"`
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -564,6 +564,7 @@ func TestGetShipmentDataByIdentifier(t *testing.T) {
 | 
			
		||||
				  "order_id": 438764970,
 | 
			
		||||
				  "order_number": "57195475-0050",
 | 
			
		||||
				  "status": "awaiting_packaging",
 | 
			
		||||
				  "substatus": "posting_awaiting_passport_data",
 | 
			
		||||
				  "delivery_method": {
 | 
			
		||||
					"id": 18114520187000,
 | 
			
		||||
					"name": "Ozon Логистика самостоятельно, Москва",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user