Skip to content

Commit

Permalink
Merge commit '79ac0a6c5f4fa147e40987b8dc43bc6932e93e64'
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac committed Mar 1, 2024
2 parents 9ce2c2d + 79ac0a6 commit ae998eb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 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_messages"
return "greeting_message"
case .businessAwayMessage:
return "away_messages"
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 ae998eb

Please sign in to comment.