The following configs depend on core.entity_form_mode.commerce_order_item.add_to_cart which from commerce core. Since this config had been moved to optional, the following configs are missing dependency while installing module.
core.entity_form_display.commerce_order_item.deposit.add_to_cart.yml
core.entity_form_display.commerce_order_item.fee.add_to_cart.ymlThe solution is move them to optional too.
Issue fork commerce_funds-3564811
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
司南 commentedComment #4
司南 commentedComment #6
aporieThanks for reporting this and for the fix.
I just removed these configs file, people can add them manually if needed.