Skip to content

Commit

Permalink
Update import and changelog for 0.8.2 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdchow authored Oct 3, 2022
1 parent a3a9198 commit aed05af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 0.8.2
* Added the ability to accept a shipping change without having to patching the order
* Resolved crashes caused by Encrypted Shared Preferences
* Fixed an issue caused by a duplicate package name when minifying
* Accessibility fixes

## Version 0.8.1
* Removing the requirement for a returnUrl(If there are issues with returning back to the original app, try adding *nativexo://paypalpay* as another returnUrl on the developer portal)
* Adding the ability to add a card on US and EU
Expand Down
2 changes: 1 addition & 1 deletion quickstart-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {

dependencies {
// PayPal Checkout SDK Libraries
implementation 'com.paypal.checkout:android-sdk:0.6.2'
implementation 'com.paypal.checkout:android-sdk:0.8.2'

// Other Dependencies Related To Sample App
implementation fileTree(dir: "libs", include: ["*.jar"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class QuickStartApp : Application() {
application = this,
clientId = PAYPAL_CLIENT_ID,
environment = Environment.SANDBOX,
returnUrl = "${BuildConfig.APPLICATION_ID}://paypalpay",
currencyCode = CurrencyCode.USD,
userAction = UserAction.PAY_NOW,
settingsConfig = SettingsConfig(
Expand Down

0 comments on commit aed05af

Please sign in to comment.