- Issue created by @intrafusion
- 🇫🇮Finland tuutti
Hi!
Did you test if this works out of the box with Commerce 3? I'm super busy at the moment and won't have time to test this myself
- 🇬🇧United Kingdom intrafusion Edinburgh, UK
At this stage I needed this patch to be able to install Drupal 11.
It will be tested further during the next few weeks.
- 🇮🇹Italy trickfun
I can't install Commerce 3
Patch is installed but i can't update to 3 version.
Thank you - 🇬🇧United Kingdom intrafusion Edinburgh, UK
@trickfun the patch on it's own is not enough to upgrade, your
repositories
section of composer.json it should look like:"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/commerce_klarna_payments" ] }, { "type": "git", "url": "https://git.drupalcode.org/issue/commerce_klarna_payments-3506060.git" } ],
You may have additional repositories so ensure you don't override something else you need. You should then be able to run
composer require drupal/commerce_klarna_payments:dev-3506060-support-commerce-3
to install the patched version allowing the upgrade. - 🇫🇮Finland tuutti
You can also try https://github.com/mglaman/composer-drupal-lenient
- 🇬🇧United Kingdom intrafusion Edinburgh, UK
As per my comment in #5, this has been running for a few weeks on our production system and appears to be working as expected
Automatically closed - issue fixed for 2 weeks with no activity.