Mark sub badge redemption failed in DonationReceiptRedemptionJob#onFailure.
This commit is contained in:
parent
fb1ba5a13e
commit
4bdea886e3
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ public class DonationReceiptRedemptionJob extends BaseJob {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFailure() {
|
public void onFailure() {
|
||||||
|
if (isForSubscription()) {
|
||||||
|
Log.d(TAG, "Marking subscription failure", true);
|
||||||
|
SignalStore.donationsValues().markSubscriptionRedemptionFailed();
|
||||||
|
MultiDeviceSubscriptionSyncRequestJob.enqueue();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue