Prior to 7.0.2, my classes always found Token.Instance.Store fully loaded and populated. Store name, store settings etc were all loaded and available.
Now that I've upgraded to 7.0.2, this is no longer the case. The entire Token instance is empty ('nothing'). Store is running fine otherwise.
Is there a way to manually populate the entire Token instance? I tried
Code: Select all
Token.Instance.Store = StoreDataSource.Load(1)