Skip to content

Commit

Permalink
Merge pull request #353 from dx/pp-wallet-fpti
Browse files Browse the repository at this point in the history
Remove PayPal FPTI event when checking wallet status.
  • Loading branch information
demerino authored and GitHub Enterprise committed Jul 10, 2018
2 parents bd6c8d4 + ba1046f commit a2990da
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ public static boolean isWalletAppInstalled(Context context) {

for (OAuth2Recipe recipe : sConfigManager.getConfig().getOauth2Recipes()) {
if (recipe.getTarget() == RequestTarget.wallet && recipe.isValidAppTarget(context)) {
sFptiManager.trackFpti(TrackingPoint.WalletIsPresent, "",
Collections.<String, String>emptyMap(), recipe.getProtocol());
return true;
} else {
sFptiManager.trackFpti(TrackingPoint.WalletIsAbsent, "",
Collections.<String, String>emptyMap(), recipe.getProtocol());
}
}

Expand Down

0 comments on commit a2990da

Please sign in to comment.