Skip to content

Commit

Permalink
Fix business entry ids
Browse files Browse the repository at this point in the history
  • Loading branch information
laktyushin committed Mar 1, 2024
1 parent 50be372 commit 79ac0a6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions submodules/PremiumUI/Sources/PremiumIntroScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -556,17 +556,17 @@ public enum PremiumPerk: CaseIterable {
case .business:
return "business"
case .businessLocation:
return "location"
return "business_location"
case .businessHours:
return "opening_hours"
return "business_hours"
case .businessQuickReplies:
return "quick_replies"
case .businessGreetingMessage:
return "greeting_message"
case .businessAwayMessage:
return "away_message"
case .businessChatBots:
return "chatbots"
return "business_bots"
}
}

Expand Down Expand Up @@ -847,9 +847,6 @@ struct PremiumIntroConfiguration {
businessPerks = []
break
}
} else {
businessPerks = []
break
}
}
}
Expand Down

0 comments on commit 79ac0a6

Please sign in to comment.