Skip to content

4.42.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 14:49
· 0 commits to 71aa0ceafdd5ab580fdff8afebdfe1f6ecf47ee8 since this release
  • Venmo
    • Add setIsFinalAmount() to VenmoRequest
    • Add setFallbackToWeb() to VenmoRequest
      • If set to true customers will fallback to a web based Venmo flow if the Venmo app is not installed
      • This method uses App Links instead of Deep Links
    • Add VenmoClient#parseBrowserSwitchResult(Context, Intent) method
    • Add VenmoClient#clearActiveBrowserSwitchRequests(Context) method
    • Add VenmoClient#onBrowserSwitchResult(BrowserSwitchResult, VenmoOnActivityResultCallback) method
  • ThreeDSecure
    • Call cleanup method to resolve Cardinal.getInstance memory leak