Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Created February 20, 2014 07:56
Show Gist options
  • Save SeraphimSerapis/9108825 to your computer and use it in GitHub Desktop.
Save SeraphimSerapis/9108825 to your computer and use it in GitHub Desktop.
Configuration of PayPal's mSDK v2 for Android
private static PayPalConfiguration config = new PayPalConfiguration()
.environment(CONFIG_ENVIRONMENT)
.clientId(CONFIG_CLIENT_ID)
// The following are only used in PayPalFuturePaymentActivity.
.merchantName("Innovative cab app")
.merchantPrivacyPolicyUri(Uri.parse("https://www.example.com/privacy"))
.merchantUserAgreementUri(Uri.parse("https://www.example.com/legal"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment