Skip to content

Commit

Permalink
Merge pull request #12592 from woocommerce/merge/release-20.3-into-trunk
Browse files Browse the repository at this point in the history
Merge release/20.3 into trunk
  • Loading branch information
hichamboushaba authored Sep 12, 2024
2 parents 99dc105 + c5f4d03 commit 2820a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -> {
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=20.3-rc-2
versionCode=602
versionName=20.3-rc-3
versionCode=603

0 comments on commit 2820a5b

Please sign in to comment.