Skip to content

Instantly share code, notes, and snippets.

@fiftin
Last active September 13, 2015 18:47
Show Gist options
  • Save fiftin/fbfc0e3e597dbee4336d to your computer and use it in GitHub Desktop.
Save fiftin/fbfc0e3e597dbee4336d to your computer and use it in GitHub Desktop.
Spree Commerce: Order confirmation require

If you wont confirmation page on the finish Spree checkout flow you need override confirmation_required? as in example.

Spree::Order.class_eval do
def confirmation_required?
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment