Skip to content

v2.17.1

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 11 Jun 10:30
· 1420 commits to master since this release
2bf631e

v2.17.1 Changes:

  • [fix] stripeCardToken didn't update when the user tried to book the same listing for a second
    time. This update will clear the old cardtoken from Redux store when redirecting to
    TransactionPage. #1114
  • [fix] In LineItemProviderCommissionMaybe.js file check that providerCommissionLineItem exists.
    In the default transaction process, the providerCommissionLineItem can be expected to be there but if the process is using only customer commission there will be an error.
    #1112
  • [security] Update Flex SDK version to v1.4.1. The new version updates dependencies with security
    issues #1111
  • [fix] Fix a bug in showing review links. Because of the bug, the second review link was not visible
    in ActivityFeed. #1106
  • [fix] Emptying the priceFilter component in the searchPage caused a page breaking error.
    #1101