Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Last active August 29, 2015 13:56
Show Gist options
  • Save SeraphimSerapis/9108831 to your computer and use it in GitHub Desktop.
Save SeraphimSerapis/9108831 to your computer and use it in GitHub Desktop.
Starts the FuturePaymenActivity that enables the user's authorization
Intent intent = new Intent(MyActivity.this, PayPalFuturePaymentActivity.class);
startActivityForResult(intent, REQUEST_CODE_FUTURE_PAYMENT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment