You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
23.6
5
5
-----
6
6
- [Internal] Improve WebView experience by using Authenticated WebView for more scenarios [https://github.com/woocommerce/woocommerce-android/pull/14826]
7
+
- [Internal] Update In-Person Payments setup flow to use Authenticated WebView [https://github.com/woocommerce/woocommerce-android/pull/14827]
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/payments/cardreader/onboarding/CardReaderOnboardingEvent.kt
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/payments/cardreader/onboarding/CardReaderOnboardingFragment.kt
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/payments/cardreader/onboarding/CardReaderOnboardingViewModel.kt
Copy file name to clipboardExpand all lines: WooCommerce/src/test/kotlin/com/woocommerce/android/ui/payments/cardreader/onboarding/CardReaderOnboardingViewModelTest.kt
+10-61Lines changed: 10 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,7 @@ class CardReaderOnboardingViewModelTest : BaseUnitTest() {
308
308
}
309
309
310
310
@Test
311
-
fun`given handler returned OpenWpComWebView, when clicked on wcpay not setup, then open wp webview`() =
311
+
fun`given handler returned OpenBrowser, when clicked on wcpay not setup, then open authenticated webview`() =
0 commit comments