feat: update product key generation to include compression in repository API
This commit is contained in:
@@ -40,7 +40,7 @@ func NewAPIRepository(marketplaceRepository marketplace.Repository) Repository {
|
||||
}
|
||||
|
||||
func GetProductKey(identifier string) string {
|
||||
return fmt.Sprintf("ym:products:%s", identifier)
|
||||
return fmt.Sprintf("ym:products:%s:compressed", identifier)
|
||||
}
|
||||
|
||||
// getBusinessID retrieves the business ID for a given marketplace by looking up the campaign
|
||||
|
||||
Reference in New Issue
Block a user