Skip to content

Commit

Permalink
Clarify method naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Oct 10, 2023
1 parent db9cd80 commit d2c2818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v5_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class MyActivity : FragmentActivity() {
venmoClient = VenmoClient(braintreeClient)
}

fun launchVenmoFlow() {
fun onVenmoButtonClick() {
venmoClient.requestAuthChallenge(this, venmoRequest) { authChallenge, error ->
error?.let { /* handle error */ }
authChallenge?.let { venmoLauncher.launch(it) }
Expand Down

0 comments on commit d2c2818

Please sign in to comment.