-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#4364Closed
Copy link
Labels
p: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Steps to Reproduce
- Install
in_app_purchase. - Configure to work on android
- Try to get introductoryPriceMicros
Expected results: GooglePlayProductDetails.skuDetails.introductoryPriceMicros should have value
Actual results: GooglePlayProductDetails.skuDetails.introductoryPriceMicros is empty
More Info
sku_details_wrapper.dart introductoryPriceMicros JsonKey should be 'introductoryPriceAmountMicros' to parse the correct value
Metadata
Metadata
Assignees
Labels
p: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version