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"
    }
}
Command icon 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

steveoriol created an issue. See original summary.

steveoriol’s picture

Title: Make the module compatible with commerce v3Cliquez pour utiliser cette solution » Make the module compatible with commerce v3
steveoriol’s picture

Issue summary: View changes

eiriksm made their first commit to this issue’s fork.

  • eiriksm committed c8b7b92a on 8.x-1.x
    Issue #3523711 by eiriksm, steveoriol: Make the module compatible with...
eiriksm’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.