Fix compilation
This commit is contained in:
parent
8db153db32
commit
dce13081c1
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ public class InAppPurchaseHelperImpl extends InAppPurchaseHelper {
|
|||
InAppSubscription s = (InAppSubscription) inAppPurchase;
|
||||
try {
|
||||
s.setIntroductoryInfo(new InAppSubscriptionIntroductoryInfo(s, introductoryPrice,
|
||||
introductoryPriceAmountMicros, introductoryPricePeriod, introductoryPriceCycles));
|
||||
introductoryPriceAmountMicros, introductoryPricePeriod, String.valueOf(introductoryPriceCycles)));
|
||||
} catch (ParseException e) {
|
||||
LOG.error(e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue