- πΊπΈUnited States alexandersluiter
Closing to clean up issue queue on old 8.x branches. This has been rolled into the 2.0.x branch.
When we are accessing values from 'quickbooks_api.adminsettings', we doesn't have an option to override the configurations using configuration override ( https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-... β ).
Because of that, we can't split configurations between environments without the Config Split module.
Replace \Drupal::service('config.factory') service by \Drupal::config() to allow Configurations override when we call QBO methods to connect on the server.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing to clean up issue queue on old 8.x branches. This has been rolled into the 2.0.x branch.