Skip to content

Commit

Permalink
fix #1976 cast paybutton to correct type (#1979)
Browse files Browse the repository at this point in the history
Co-authored-by: Remon <[email protected]>
  • Loading branch information
remonh87 and Remon authored Nov 3, 2024
1 parent fe5498b commit e6fd8df
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 e6fd8df

Please sign in to comment.