Since the module depends on Drupal Commerce, we should have a composer.json file that would ensure the required modules are installed when installing this module.
Issue fork magento-3285286
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
vighneshh commentedComment #4
vighneshh commentedComment #5
vighneshh commentedComment #6
elberComment #7
elberHi I revised you patch my unique suggestion is to add the "authors" at file.
Drupal shows how you can to do it.
https://www.drupal.org/docs/creating-custom-modules/add-a-composerjson-file
Follow this example bellow:
"authors": [
{
"name": "Matthew Donadio (mpdonadio)",
"homepage": "https://www.drupal.org/u/mpdonadio",
"role": "Maintainer"
}
Comment #8
vighneshh commentedComment #9
elberI will review it.
Comment #10
elberHi I revised your patch and it follow the patterns of this document.
https://www.drupal.org/docs/creating-custom-modules/add-a-composerjson-file
Comment #13
omkar-pd commented