Skip to content

Commit f05a632

Browse files
authored
Merge pull request #7571 from woocommerce/issue/7474-enable-cash-on-delivery-prompt
[Mobile Payments] Turn on Pay in Person onboarding prompt
2 parents ac3c3ac + b10f7b0 commit f05a632

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
@@ -5,6 +5,7 @@
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
- [*] Help center: Added custom help center web page with FAQs for "Enter Store Address" screen. [https://github.com/woocommerce/woocommerce-ios/pull/7553]
77
- [*] In-Person Payments: The plugin selection is saved correctly after multiple onboarding prompts. [https://github.com/woocommerce/woocommerce-ios/pull/7544]
8+
- [*] 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]
89

910
10.0
1011
-----

0 commit comments

Comments
 (0)