Skip to content

Commit ce12416

Browse files
committed
update survey identifiers
1 parent 2215514 commit ce12416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/Notifications/LocalNotification.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ struct LocalNotification {
3535
case .productImageBackgroundUpload:
3636
return "product_image_background_upload"
3737
case .pointOfSalePotentialMerchant:
38-
return "point_of_sale_potential_merchant"
38+
return "woo_pos_survey_potential_user_survey"
3939
case .pointOfSaleCurrentMerchant:
40-
return "point_of_sale_current_merchant"
40+
return "woo_pos_survey_current_user_survey"
4141
case let .unknown(siteID):
4242
return "unknown_" + "\(siteID)"
4343
}

0 commit comments

Comments
 (0)