Update March 12, 2024 (#73)
Add `hybryd` value to TPL Integration Type enum
This commit is contained in:
		@@ -312,6 +312,9 @@ const (
 | 
			
		||||
 | 
			
		||||
	// delivery by the seller
 | 
			
		||||
	NonIntegratedTPLType TPLIntegrationType = "non_integrated"
 | 
			
		||||
 | 
			
		||||
	// Russian Post delivery scheme
 | 
			
		||||
	HybrydTPLType TPLIntegrationType = "hybryd"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type DetailsDeliveryItemName string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user