- πΊπΈUnited States smustgrave
This seems to be getting accomplished over in https://www.drupal.org/project/drupal/issues/3021900 π± Bring new features from Symfony 3/4/5/6 into our container Active
Commerce 2.x is trying to co-operate with the wider PHP community by providing generic libraries which among other things include currency and tax rate definitions.
This allows all ecommerce projects to share a common list of default currencies and tax rates (where possible).
On the Drupal side, Commerce needs to create configuration entities using those definitions.
The admin can then modify the entities (changing the currency, adding a new one), deploy it to another site.
However, since we are not providing default config in YAML files, Xano tells me that it is possible we'd have issues with config resets, which would cause config to be wiped out since defaults aren't known.
So it would be great if configuration could be provided through a service.
This would allow Commerce to call the library, get the default definitions, and turn that into default config.
Closed: outdated
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This seems to be getting accomplished over in https://www.drupal.org/project/drupal/issues/3021900 π± Bring new features from Symfony 3/4/5/6 into our container Active