Skip to content

13.0.0

Choose a tag to compare

@EmDee EmDee released this 10 Feb 14:25

Breaking Changes

  • The connectedFuelingStatus property of the CofuGasStation is now nullable so that the Cofu gas station is not skipped in the cache loading if this property is absent in the API response

Enhancements

  • Add the function TokenValidator.paymentMethodKinds(accessToken) to return a list of payment method kinds that are allowed to be onboarded for the passed accessToken (see function documentation for further information)

Fixes

  • Fix a bug where the additionalParameters of the CustomOIDConfiguration were overwritten by the values from the PACECloudSDK.additionalQueryParams

Internal

  • Reduce requests to the token endpoint by refreshing the token only once if multiple API requests fail with 401 - Unauthorized
  • Replace kotlin synthetics with jetpack view binding