We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdc744 commit 2215514Copy full SHA for 2215514
WooCommerce/Classes/Notifications/LocalNotification.swift
@@ -72,10 +72,9 @@ struct LocalNotification {
72
static let surveyURL = "surveyURL"
73
}
74
75
- // periphery:ignore - real survey links to be added in WOOMOB-1497
76
enum SurveyURL {
77
- static let pointOfSalePotentialMerchant = "https://automattic.survey.fm/woo-app-general-feedback-test-survey"
78
- static let pointOfSaleCurrentMerchant = "https://automattic.survey.fm/woo-app-general-feedback-test-survey"
+ static let pointOfSalePotentialMerchant = "https://automattic.survey.fm/pos-survey-potential-users"
+ static let pointOfSaleCurrentMerchant = "https://automattic.survey.fm/pos-survey-existing-users"
79
80
81
0 commit comments