Skip to content

Commit

Permalink
Defaults internal Privacy Pro links to /subscriptions (#1166)
Browse files Browse the repository at this point in the history
Please review the release process for BrowserServicesKit
[here](https://app.asana.com/0/1200194497630846/1200837094583426).

**Required**:

Task/Issue URL:
https://app.asana.com/0/72649045549333/1209009315184468/f
iOS PR: duckduckgo/iOS#3812
macOS PR: duckduckgo/macos-browser#3741
What kind of version bump will this require?: Patch

**Description**:
Previously, default Privacy Pro links were sent to
`/subscriptions/welcome`, and the frontend redirected to
`/subscriptions`.
  • Loading branch information
aataraxiaa authored Jan 16, 2025
1 parent 6d7f900 commit 5acb297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Subscription/SubscriptionURL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public enum SubscriptionURL {
URL(string: "https://duckduckgo.com/subscriptions?environment=staging")!
}
case .purchase:
SubscriptionURL.baseURL.subscriptionURL(environment: environment).appendingPathComponent("welcome")
SubscriptionURL.baseURL.subscriptionURL(environment: environment)
case .faq:
URL(string: "https://duckduckgo.com/duckduckgo-help-pages/privacy-pro/")!
case .activateViaEmail:
Expand Down

0 comments on commit 5acb297

Please sign in to comment.