Skip to content

Commit

Permalink
Always start without loading state
Browse files Browse the repository at this point in the history
COAND-1009
  • Loading branch information
OscarSpruit committed Dec 11, 2024
1 parent c3d8c6e commit c73b4de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ internal class DefaultGooglePayDelegate(

private fun createOutputData(
isButtonVisible: Boolean = componentParams.isSubmitButtonVisible,
isLoading: Boolean = !isButtonVisible,
isLoading: Boolean = false,
paymentData: PaymentData? = null,
): GooglePayOutputData {
return GooglePayOutputData(
Expand Down

0 comments on commit c73b4de

Please sign in to comment.