Set 1 hour for 2nd cancelled dialog (test)

This commit is contained in:
Alexey Kulish 2018-05-03 18:35:52 +03:00
parent 0db4ba623b
commit 371585234a

View file

@ -128,7 +128,8 @@ public class InAppPurchaseHelper {
if (Version.isDeveloperBuild(app)) {
return 1000 * 60 * 60; // 1 hour (test)
} else {
return SUBSCRIPTION_HOLDING_TIME_MSEC;
return 1000 * 60 * 60; // 1 hour (test)
//return SUBSCRIPTION_HOLDING_TIME_MSEC;
}
}