Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong introductory price number of periods #164

Merged
merged 2 commits into from
Mar 3, 2020
Merged

Fix wrong introductory price number of periods #164

merged 2 commits into from
Mar 3, 2020

Conversation

siqwin
Copy link
Contributor

@siqwin siqwin commented Feb 26, 2020

No description provided.

@@ -365,8 +365,6 @@ -(NSDictionary *)getProductObject:(SKProduct*)product{
break;
}

introductoryPriceNumberOfPeriods = [@(product.introductoryPrice.numberOfPeriods) stringValue];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is removing fixing the value of the variable?

Copy link
Contributor Author

@siqwin siqwin Mar 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. You set the value of introductoryPriceNumberOfPeriods just before this line in the switch.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh! Thanks for clarifying this. I'll release to newer version!

@hyochan hyochan added the enhancement New feature or request label Mar 3, 2020
@hyochan hyochan merged commit 57c4184 into hyochan:master Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants