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: paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/ach/USBankAccountFormArguments.kt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ internal class USBankAccountFormArguments(
Copy file name to clipboardExpand all lines: paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/ach/USBankAccountFormViewModel.kt
Copy file name to clipboardExpand all lines: paymentsheet/src/test/java/com/stripe/android/paymentsheet/paymentdatacollection/ach/AccountPreviewScreenshotTest.kt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,7 @@ internal class AccountPreviewScreenshotTest {
205
205
showCheckboxes:Boolean = false,
206
206
) {
207
207
paparazzi.snapshot {
208
+
val addressController = createAddressController(fillAddress = fillAddress)
208
209
BankAccountForm(
209
210
state = state,
210
211
instantDebits = instantDebits,
@@ -213,7 +214,11 @@ internal class AccountPreviewScreenshotTest {
Copy file name to clipboardExpand all lines: paymentsheet/src/test/java/com/stripe/android/paymentsheet/paymentdatacollection/ach/BillingDetailsCollectionScreenshotTest.kt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ internal class BillingDetailsCollectionScreenshotTest {
147
147
enabled:Boolean = true,
148
148
) {
149
149
paparazzi.snapshot {
150
+
val addressController = createAddressController(fillAddress)
150
151
BankAccountForm(
151
152
state = bankFormScreenState,
152
153
formArgs = formArgs,
@@ -155,7 +156,11 @@ internal class BillingDetailsCollectionScreenshotTest {
0 commit comments