chargebee / chargebee-flutter

MIT License
5 stars 8 forks source link

[Fix](retrieveAllPlans issue in CBPlan and configure error handling) #47

Closed cb-amutha closed 1 year ago

cb-amutha commented 1 year ago

Issue: The issue has occurred while retrieving all the plans and get product identifiers from server. error details( Response has no/invalid body). Fix: Updated meta data mapping in CBPlan on native iOS sdk. and also added handler to configure method. Native PR link's - https://github.com/chargebee/chargebee-ios/pull/55 and https://github.com/chargebee/chargebee-ios/pull/56