Make this project compatible for drupal 9.
suggestions:

use drupal-check, rector , upgrade_status module to check the changes needed to be done
Add core_version_requirement: ^8 || ^9 to .info.yml

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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deepak Goyal created an issue. See original summary.

Deepak Goyal’s picture

Assigned: Deepak Goyal » Unassigned
Status: Needs work » Needs review
FileSize
399 bytes

created patch for update info file please review.

mglaman’s picture

Status: Needs review » Needs work
+++ b/commerce_amazon_lpa.info.yml
@@ -1,6 +1,7 @@
 core: 8.x
+core_version_requirement: ^8 || ^9

Please use ^8.8 and remove the core property, as Commerce dropped 8.7 support.

Deepak Goyal’s picture

Assigned: Unassigned » Deepak Goyal
Deepak Goyal’s picture

Assigned: Deepak Goyal » Unassigned
Status: Needs work » Needs review
FileSize
401 bytes

Hi @mglaman,
Made changes as you suggested please review.

mglaman’s picture

Status: Needs review » Fixed

Thanks! Committed.

Status: Fixed » Closed (fixed)

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

noopal’s picture

It says fixed but there is not a download for Drupal 9
Where can I download from?
Thanks

cjd4001’s picture

yes I'd be interested in this for my d9 site - where can we download the module for d9?

cjd4001’s picture

berramou’s picture

+1 for D9 release.