Skip to content

Commit

Permalink
Update product.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-palanim committed Sep 19, 2024
1 parent 870ea3e commit 8e9d2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/models/product.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Subscripton {
currentTermEnd = json.containsKey('current_term_end') ? json['current_term_end'] as int: null;
planAmount = json.containsKey('plan_amount') ? json['plan_amount'].toString() : null;

/// Defaults to -1/'' if key not present
/// Defaults to null if key not present
/// Plan amount sometime we are getting double value sometime Int
}

Expand Down

0 comments on commit 8e9d2df

Please sign in to comment.