mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 14:40:22 +00:00
Add explicit log-line with status code for redemption success.
This commit is contained in:
@@ -123,6 +123,8 @@ public class DonationReceiptRedemptionJob extends BaseJob {
|
||||
throw new RetryableException();
|
||||
}
|
||||
|
||||
Log.i(TAG, "Successfully redeemed token with response code " + response.getStatus() + "... isForSubscription: " + isForSubscription(), true);
|
||||
|
||||
if (isForSubscription()) {
|
||||
Log.d(TAG, "Clearing subscription failure", true);
|
||||
SignalStore.donationsValues().clearSubscriptionRedemptionFailed();
|
||||
|
||||
Reference in New Issue
Block a user