Is there any way to override OccStoreFinderAdapter class in SAP Spartacus v3.x+? What I have already tried is to add a custom provider in store-finder-feature.module.ts like this
{
provide: OccStoreFinderAdapter,
useClass: CustomOccStoreFinderAdapter
}
but it still uses the OOTB one.