Capitalize the name of the module, because module names are proper nouns.
Also according to Drupal standards, modules should include dependencies in the .info.yml file.
Dependencies should be namespaced in the format {project}:{module}, where {project} is the project name as it appears in the Drupal.org URL (e.g. drupal.org/project/views) and {module} is the module's machine name.
https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...
Patch to follow, thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | stripe_webform-3079903-10.patch | 447 bytes | solideogloria |
| #2 | stripe_webform-info-3079903-2.patch | 397 bytes | alonaoneill |
Issue fork stripe_webform-3079903
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
alonaoneill commentedComment #3
chris matthews commentedGood to go
Comment #4
i-trokhanenko+1 RTBC
Comment #5
i-trokhanenkoComment #6
avpadernoThis is an issue for the 8.x-1.x branch, since the other branch already uses name-spaced dependencies.
Comment #7
avpadernoThe project name has been changed to Stripe's webform integration, which should instead be Stripe's Webform Integration.
Comment #8
solideogloria commentedComment #9
avpadernoIt should be
"Stripe's Webform Integration".Comment #10
solideogloria commentedAh, thanks. The syntax highlighting didn't reveal that mistake.
Comment #11
avpadernoThank you! The last patch works as expected.
Comment #12
heddnCan we roll this for 2.x too?
Comment #13
avpadernoComment #15
solideogloria commentedMR is for 2.x
Comment #16
avpadernoThe MR is good to go.
Comment #18
heddn