Skip to content

0.2.0

Compare
Choose a tag to compare
@tdchow tdchow released this 27 Feb 16:19
· 77 commits to main since this release
fbe193e

Included in this release:

  • Added Cardinal to support 3DS, this will require adding a private maven repository in order to import the SDK.
    url  "https://cardinalcommerceprod.jfrog.io/artifactory/android"
    credentials {
        // Be sure to add these non-sensitive credentials in order to retrieve dependencies related to the Cardinal SDK.
        username 'paypal_sgerritz'
        password 'AKCp8jQ8tAahqpT5JjZ4FRP2mW7GMoFZ674kGqHmupTesKeAY2G8NcmPKLuTxTGkKjDLRzDUQ'
    }
  • Added the ability to cancel checkout through CreateOrderActions, this is useful if an error occurs while generating an Order ID from a server-side integration.
  • Resolved a bug where the SDK would crash if a buyer clicked the "Cancel checkout and Return" text while authenticating.
  • Resolved a bug where the SDK would occasionally get stuck after the buyer approved an order.