Skip to content

Commit b10f7b0

Browse files
committed
7474 Turn on Pay in Person onboarding prompt
1 parent bdc0b42 commit b10f7b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
5454
case .loginMagicLinkEmphasisM2:
5555
return true
5656
case .promptToEnableCodInIppOnboarding:
57-
return buildConfig == .localDeveloper || buildConfig == .alpha
57+
return true
5858
default:
5959
return true
6060
}

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-----
55
- [*] In-Person Payments: The onboarding notice on the In-Person Payments menu is correctly dismissed after multiple prompts are shown. [https://github.com/woocommerce/woocommerce-ios/pull/7543]
66
- [*] In-Person Payments: The plugin selection is saved correctly after multiple onboarding prompts. [https://github.com/woocommerce/woocommerce-ios/pull/7544]
7+
- [*] In-Person Payments: A new prompt to enable `Pay in Person` for your store's checkout, to accept In-Person Payments for website orders [https://github.com/woocommerce/woocommerce-ios/issues/7474]
78

89
10.0
910
-----

0 commit comments

Comments
 (0)