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

Ability to pass subOfferToken for Upgrades #657

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fooberichu150
Copy link

  • added ability to pass subOfferToken for upgrades
  • updated documentation to some degree

Please take a moment to fill out the following:

Fixes #651 (indirectly). Documentation updated to show that basePlanId is achieved via the subOfferToken parameter.

Changes Proposed in this pull request:

  • minor documentation update
  • added subOfferToken support/handling to Android UpgradePurchasedSubscriptionAsync

- added ability to pass subOfferToken for upgrades
- updated documentation to some degree
@@ -233,19 +233,19 @@ public override async Task<IEnumerable<InAppBillingPurchase>> GetPurchasesHistor
/// <param name="purchaseTokenOfOriginalSubscription">Purchase token of original subscription</param>
/// <param name="prorationMode">Proration mode (1 - ImmediateWithTimeProration, 2 - ImmediateAndChargeProratedPrice, 3 - ImmediateWithoutProration, 4 - Deferred)</param>
Copy link

@DanCodes1414 DanCodes1414 Jan 18, 2025

Choose a reason for hiding this comment

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

@fooberichu150 subOfferToken param description should be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify Base Plan ID when making Subscription Purchase - Android Billing
2 participants