Restore cancelled subscription holding period
This commit is contained in:
parent
007f9fb51b
commit
aa7339d8b8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class InAppPurchaseHelper {
|
|||
private static final String TAG = InAppPurchaseHelper.class.getSimpleName();
|
||||
boolean mDebugLog = true;
|
||||
|
||||
public static final long SUBSCRIPTION_HOLDING_TIME_MSEC = 1000 * 60;// * 60 * 24 * 3; // 3 days
|
||||
public static final long SUBSCRIPTION_HOLDING_TIME_MSEC = 1000 * 60 * 60 * 24 * 3; // 3 days
|
||||
|
||||
private long lastValidationCheckTime;
|
||||
private String liveUpdatesPrice;
|
||||
|
|
Loading…
Reference in a new issue