Skip to content

Commit

Permalink
fix #1976 cast paybutton to correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Oct 28, 2024
1 parent d73d633 commit a72bdaf
Show file tree
Hide file tree
Showing 25 changed files with 1,277 additions and 3,319 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class _PaymentSheetScreenState extends State<PaymentSheetScreen> {
googlePay: PaymentSheetGooglePay(
merchantCountryCode: 'DE',
testEnv: true,
buttonType: PlatformButtonType.book,
),
style: ThemeMode.dark,
appearance: PaymentSheetAppearance(
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.

Loading

0 comments on commit a72bdaf

Please sign in to comment.