Skip to content

Commit

Permalink
Merge pull request #253 from saperi22/release/1.0.0
Browse files Browse the repository at this point in the history
bump version number and update changelog
  • Loading branch information
saperi22 authored Jul 5, 2023
2 parents d8b39f5 + 5e602da commit 2408be3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .idea/runConfigurations.xml

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## Version 1.0.0

**This build enables the native flows for buyers in the US and Canada. EU buyers will see a web fallback experience.**

The following changes are included in this release:

* Fixed UI bugs to ensure a consistent experience for multiple countries and languages
* Fixed an issue that caused users to continue checkout on web when an invalid currency was selected
* Ensures return of relevant billing information such as First Name, Last Name, and Email in the onApprove callback
* Added resource name qualifier to avoid name collisions
* Deprecated the following order actions
* Patch
* Capture
* Authorize
* GetDetails
* ExecuteBillingAgreement
* onShippingChangeAction.Patch


## Version 0.112.2

* Added a Discount field to the Cart Details UI on the checkout home page
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.112.2'
implementation 'com.paypal.checkout:android-sdk:1.0.0'

// Other Dependencies Related To Sample App
implementation fileTree(dir: "libs", include: ["*.jar"])
Expand Down

0 comments on commit 2408be3

Please sign in to comment.