Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
kevmoo authored Oct 15, 2021
commit 6bfd1fa98b92830a2db162cc9c196264bf1a30f6
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class PurchasesResultWrapper {
///
/// Contains a potentially empty list of [PurchaseHistoryRecordWrapper]s and a [BillingResultWrapper]
/// that contains a detailed description of the status.
@JsonSerializable(createToJson: false)
@JsonSerializable()
@BillingResponseConverter()
class PurchasesHistoryResult {
/// Creates a [PurchasesHistoryResult] with the provided history.
Expand Down