Skip to content

Commit

Permalink
Remove extra analytics event
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Dec 11, 2023
1 parent 8de3d07 commit de18ecd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public VenmoClient(@NonNull Context context, @NonNull String authorization) {
* @param activity used to open the Venmo's Google Play Store
*/
public void showVenmoInGooglePlayStore(@NonNull FragmentActivity activity) {
braintreeClient.sendAnalyticsEvent("android.pay-with-venmo.app-store.invoked");
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(
"https://play.google.com/store/apps/details?id=" + VENMO_PACKAGE_NAME));
Expand Down

0 comments on commit de18ecd

Please sign in to comment.