Skip to content

6.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 15:49
· 0 commits to e6660dbb5aa9b58b72f5821a8377e6326f5f0fd5 since this release
  • BraintreeVenmo
    • Allow universal links to be set without a return URL scheme (fixes #1505)
  • BraintreeCore
    • Update to use NSSecureCoding protocol (fixes #1508)
  • BraintreePayPal
    • Add shopperSessionID to BTPayPalCheckoutRequest and BTPayPalVaultRequest
  • BraintreeShopperInsights (BETA)
    • Add shopperSessionID to BTShopperInsightsClient initializer
    • Add isPayPalAppInstalled() and/or isVenmoAppInstalled()
    • Replace sendPayPalPresentedEvent() and sendPayPalPresentedEvent() with sendPresentedEvent(for:presentmentDetails:)
    • Add values to the following parameters to presentmentDetails:
      • experimentType
      • pageType
      • buttonOrder
    • Replace sendPayPalSelectedEvent() and sendPayPalSelectedEvent() with sendSelectedEvent(for:)