Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jan 22, 2025
1 parent 2865dd8 commit 1b4ae90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class GooglePayExecutor(
} else if (result is GooglePayLauncher.Result.Failed) {
notifyListenersFunction.accept(
GooglePayEvents.Failed.webEventName,
JSObject().put("error", (result as GooglePayLauncher.Result.Failed).error.getLocalizedMessage())
JSObject().put("error", (result.error.localizedMessage))
)
call.resolve(JSObject().put("paymentResult", GooglePayEvents.Failed.webEventName))
}
Expand Down

0 comments on commit 1b4ae90

Please sign in to comment.