Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Update SDK to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjacunski committed Feb 10, 2014
1 parent 4d7246d commit 9c42134
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified SampleApp/libs/PayPalAndroidSDK.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void onBuyPressed(View pressed) {

// It's important to repeat the clientId here so that the SDK has it if Android restarts your
// app midway through the payment UI flow.
intent.putExtra(PaymentActivity.EXTRA_CLIENT_ID, "credential-from-developer.paypal.com");
intent.putExtra(PaymentActivity.EXTRA_CLIENT_ID, CONFIG_CLIENT_ID);
intent.putExtra(PaymentActivity.EXTRA_PAYER_ID, "your-customer-id-in-your-system");
intent.putExtra(PaymentActivity.EXTRA_PAYMENT, thingToBuy);

Expand Down
Binary file modified libs/PayPalAndroidSDK.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
PayPal Android SDK release notes
================================

1.2.6
-----
* Fix issue where PaymentActivity.EXTRA_DEFAULT_USER_EMAIL was not being handled properly in all cases [47](https://github.com/paypal/PayPal-Android-SDK/issues/47)

1.2.5
-----
* Refactor code to eliminate spurious error message in LogCat [40](https://github.com/paypal/PayPal-Android-SDK/issues/40)
Expand Down

0 comments on commit 9c42134

Please sign in to comment.