-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation fixes #4241
Documentation fixes #4241
Conversation
To make the documentation match with the next section, the order_mailer_class example should be set to Spree::CustomOrderMailer instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @nbelzer!
@@ -91,7 +91,7 @@ Solidus initializer: | |||
# config/initializers/spree.rb | |||
|
|||
Spree.config do |config| | |||
config.order_mailer_class = 'c' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅
For some reason, the Ci didn't run. @nbelzer can you please try to force push again to see if it's triggered this time? |
@kennyadsl I ran |
It seems CI is skipped for guides-only changes: Line 43 in 3d7389e
|
🤦♂️ you are right @waiting-for-dev! |
Description
While reading the developer guides I found a few typos, a missing link, one formatting error, and a missing piece of code. In this PR I have included a fix/update for each of these (each as separate commit).
The missing piece fo code is defined in guides/source/developers/customizations/customizing-mailers.html.md. I believe to have updated it correctly, such that it matches the section that comes after it (which introduces the
Spree::CustomOrderMailer
).Checklist:
I have updated Guides and README accordingly to this change (if needed)I have added tests to cover this change (if needed)middleman server