Skip to content

Commit

Permalink
fix android subscription names
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-nettica committed Nov 8, 2024
1 parent f8ee58b commit afd377d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/v1/subscription/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func createSubscriptionAndroid(c *gin.Context) {
autoRenew = true
case "premium_monthly", "premium_yearly":
credits = 5
name = "Premium"
description = "Up to 5 tunnels or relays in any region"
devices = 25
networks = 10
Expand All @@ -153,7 +152,6 @@ func createSubscriptionAndroid(c *gin.Context) {
autoRenew = true
case "professional_monthly", "professional_yearly":
credits = 10
name = "Professional"
description = "Up to 10 tunnels or relays in any region"
devices = 100
networks = 25
Expand Down

0 comments on commit afd377d

Please sign in to comment.