Set 1 hour for 2nd cancelled dialog (test)
This commit is contained in:
parent
0db4ba623b
commit
371585234a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue