Skip to content

Instantly share code, notes, and snippets.

@matiasgualino
Created April 22, 2016 13:51
Show Gist options
  • Save matiasgualino/12ea9b0498839eb9528369a36747b30a to your computer and use it in GitHub Desktop.
Save matiasgualino/12ea9b0498839eb9528369a36747b30a to your computer and use it in GitHub Desktop.
public void submit(View view) {
new MercadoPago.StartActivityBuilder()
.setActivity(this)
.setPublicKey(TU_PUBLIC_KEY)
.startBankDealsActivity();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment