perhaps the new ‘composer.json’ file needs to be modified, as the module no longer wants to install with commerce v3.
{
"name": "drupal/direct_checkout_by_url",
"require": {
"drupal/commerce": "^2.0"
}
}maybe can be :
{
"name": "drupal/direct_checkout_by_url",
"require": {
"drupal/commerce": "^2.0 || ^3.0"
}
}Issue fork direct_checkout_by_url-3523711
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 #2
steveoriolComment #3
steveoriolComment #7
eiriksm