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
<stringname="error_description_onrampPaymentSheetTimeout">Purchases must be authorized within 60 seconds</string>
577
+
575
578
<stringname="error_title_onrampTransactionSendFailed">Something Went Wrong</string>
576
579
<stringname="error_description_onrampTransactionSendFailed">We are working with the Coinbase team to resolve the issue. Your card will be refunded in the meantime. Please try again later</string>
Copy file name to clipboardExpand all lines: apps/flipcash/shared/onramp/coinbase/src/main/kotlin/com/flipcash/app/onramp/internal/CoinbaseOnRampEventHandler.kt
Copy file name to clipboardExpand all lines: apps/flipcash/shared/onramp/coinbase/src/test/kotlin/com/flipcash/app/onramp/internal/CoinbaseOnRampEventHandlerTest.kt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -241,4 +241,10 @@ class CoinbaseOnRampWebErrorTest {
241
241
assertIs<NotifiableError>(error)
242
242
assertIs<Throwable>(error)
243
243
}
244
+
245
+
@Test
246
+
funpaymentSheetTimeoutIsNotNotifiable() {
247
+
val error =CoinbaseOnRampWebError.PaymentSheetTimeout()
0 commit comments