Commit ca29e22
committed
Ensure introductoryPriceAmountMicros field to be String.
Converts the introductoryPriceAmountMicros field to a String value
before it is send as JSON string from Java to Dart. This will solve the
issue
(flutter#4364 (comment)) in
a non-breaking manor (updating the type on the Dart side would introduce
a breaking change).1 parent 9e90da1 commit ca29e22
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments