We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the readme of the current 3-0-stable branch I get an
3-0-stable
preferable.rb:62:in `has_preference!': prawn_options preference not defined (NoMethodError)
error.
This is how my config looks like:
# config/initializers/spree.rb Spree::PrintInvoice::Config.set( prawn_options: { page_layout: :portrait, page_size: 'A4' } )
Maybe the readme is outdated?
The text was updated successfully, but these errors were encountered:
Stumbled upon the same issue. The Readme seems to be outdated. The following works
Spree::PrintInvoice::Config.set( page_layout: :portrait, page_size: 'A4' )
Sorry, something went wrong.
No branches or pull requests
Following the readme of the current
3-0-stable
branch I get anerror.
This is how my config looks like:
Maybe the readme is outdated?
The text was updated successfully, but these errors were encountered: