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

Adding extra functions #8

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

Conversation

RafaelHiguera
Copy link

No description provided.

@timoschwarzer
Copy link
Collaborator

Thank you for the PR! Could you please add some information what these methods are for?

@@ -159,6 +161,44 @@ public void onConsumeResponse(BillingResult billingResult, String purchaseToken)
});
}

public Dictionary launchPriceChangeConfirmationFlow(String sku) {
if (!skuDetailsCache.containsKey(sku)) {
emitSignal("subscription_price_changed_error", null, "Not a valid Sku!", sku);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please replace this with returning a dictionary like in purchase().

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.

2 participants