Skip to content

Commit

Permalink
Merge pull request #73 from chargebee/OMNISUB-5544
Browse files Browse the repository at this point in the history
Added Plan ID related information
  • Loading branch information
cb-amutha committed Jul 10, 2023
2 parents bc895b4 + 32a2224 commit 3c21100
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,7 @@ The above function will determine your product catalog version in Chargebee and
The above function will handle the purchase against Google Play Store and send the IAP token for server-side token verification to your Chargebee account. Use the Subscription ID returned by the above function, to check for Subscription status on Chargebee and confirm the access - granted or denied.
##### Returns Plan Object
This function returns the plan ID associated with a subscription. You can associate JSON metadata with the Google Play Store plans in Chargebee and retrieve the same by passing plan ID to the SDK method - [retrievePlan](https://github.com/chargebee/chargebee-android#get-plan-details)(PC 1.0) or [retrieveItem](https://github.com/chargebee/chargebee-android#get-item-details)(PC 2.0).
This function also returns the plan ID associated with a subscription. You can associate JSON metadata with the Google Play Store plans in Chargebee and retrieve the same by passing plan ID to the SDK method - [retrievePlan](https://github.com/chargebee/chargebee-android#get-plan-details)(PC 1.0) or [retrieveItem](https://github.com/chargebee/chargebee-android#get-item-details)(PC 2.0).
#### Get Subscription Status for Existing Subscribers
Expand Down

0 comments on commit 3c21100

Please sign in to comment.