Skip to content

Commit

Permalink
fix for #230 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinarora9 authored Oct 12, 2020
1 parent c0d51e5 commit 7d5bd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class IAPItem {
signatureAndroid = json['signatureAndroid'] as String,
iconUrl = json['iconUrl'] as String,
originalJson = json['originalJson'] as String,
originalPrice = json['originalPrice'] as String,
originalPrice = json['originalPrice'].toString(),
discountsIOS = _extractDiscountIOS(json['discounts']);

/// wow, i find if i want to save a IAPItem, there is not "toJson" to cast it into String...
Expand Down

0 comments on commit 7d5bd7a

Please sign in to comment.