Problem/Motivation
When updating the package to 1.0.2 composer fails with an error, see attached screenshot for details. The commerce_payment module is not required for this module to work, only the commerce (core) module is.
Steps to reproduce
Upgrade the package to version 1.0.2 using composer.
Proposed resolution
The requirement for the commerce_payment module can be removed. I will add a patch shortly after this as a potential fix.
Remaining tasks
The patch needs to be reviewed and tested by the community.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | requires_not_working-3402846-3.patch | 306 bytes | roaldnel |
| Screenshot 2023-11-20 at 14.41.02.png | 18.02 KB | roaldnel |
Comments
Comment #2
roaldnel commentedComment #3
roaldnel commentedThe proposed patch is attached.
Comment #4
roaldnel commentedDue to the nature of how the composer file seems to be pulled in the patch could not be applied. This also explains why the initial patch to add the composer file did not cause any issues during testing. This was committed directly in the codebase and a new release was created.