diff --git a/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt b/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt index 5b6f768f74b..cdd21bfb5c6 100644 --- a/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt +++ b/WooCommerce/src/main/kotlin/com/woocommerce/android/notifications/local/LocalNotificationWorker.kt @@ -74,7 +74,7 @@ class LocalNotificationWorker @AssistedInject constructor( private fun setNotificationShown(type: String) { when (LocalNotificationType.fromString(type)) { LocalNotificationType.BLAZE_NO_CAMPAIGN_REMINDER -> { - appsPrefsWrapper.isBlazeAbandonedCampaignReminderShown = true + appsPrefsWrapper.isBlazeNoCampaignReminderShown = true } LocalNotificationType.BLAZE_ABANDONED_CAMPAIGN_REMINDER -> { diff --git a/version.properties b/version.properties index 2ce7c49de65..d594f7ff6a6 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -versionName=20.3-rc-2 -versionCode=602 \ No newline at end of file +versionName=20.3-rc-3 +versionCode=603 \ No newline at end of file