Skip to content

Commit 2215514

Browse files
committed
update test pos surveys to real ones
1 parent bfdc744 commit 2215514

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

WooCommerce/Classes/Notifications/LocalNotification.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ struct LocalNotification {
7272
static let surveyURL = "surveyURL"
7373
}
7474

75-
// periphery:ignore - real survey links to be added in WOOMOB-1497
7675
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"
76+
static let pointOfSalePotentialMerchant = "https://automattic.survey.fm/pos-survey-potential-users"
77+
static let pointOfSaleCurrentMerchant = "https://automattic.survey.fm/pos-survey-existing-users"
7978
}
8079
}
8180

0 commit comments

Comments
 (0)