Skip to content

Commit

Permalink
Paywalls: temporarily disable PaywallTemplate.template4 (#3088)
Browse files Browse the repository at this point in the history
It's not available in the dashboard so we don't want the first SDK
releases to support it yet.

I was going to remove the `enum` `case` but that required commenting out
a lot of extra code.
This is a much simpler one-line change.
  • Loading branch information
NachoSoto committed Aug 28, 2023
1 parent 97c0656 commit f9e8102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RevenueCatUI/Data/PaywallTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ internal enum PaywallTemplate: String {
case template1 = "1"
case template2 = "2"
case template3 = "3"
case template4 = "4"

// Temporarily disabled until it's supported in the dashboard
case template4 = "4_disabled"

}

Expand Down

0 comments on commit f9e8102

Please sign in to comment.