mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Throw a retry error if we get an execution error while processing one-time donations.
This commit is contained in:
committed by
jeffrey-signal
parent
188f1c52a9
commit
f41a0f8f97
@@ -183,7 +183,8 @@ class InAppPaymentOneTimeContextJob private constructor(
|
||||
throw IOException("Could not validate credential.")
|
||||
}
|
||||
} else {
|
||||
info("Encountered a retryable error", serviceResponse.executionError.orNull())
|
||||
warning("Encountered a retryable error", serviceResponse.executionError.orNull())
|
||||
throw InAppPaymentRetryException(serviceResponse.executionError.orNull())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user