You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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