Skip to content

Commit

Permalink
Rollback Stripe Sdk Changes, Alternative solution for flutter-stripe#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoTui committed Jul 10, 2024
1 parent 943d1d7 commit 2c39aa7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class IntentConfiguration with _$IntentConfiguration {

@freezed
class IntentMode with _$IntentMode {
@JsonSerializable(explicitToJson: true)
@JsonSerializable(explicitToJson: true,includeIfNull: false)
const factory IntentMode({
required String currencyCode,
required int amount,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c39aa7

Please sign in to comment.