Clarify that it's a Spree issue number

This commit is contained in:
Luis Ramos
2020-08-19 04:04:25 +01:00
parent 2f93a06dd5
commit b413f856a5

View File

@@ -4,7 +4,7 @@ module Spree
class LogEntry < ActiveRecord::Base
belongs_to :source, polymorphic: true
# Fix for #1767
# Fix for Spree #1767
# If a payment fails, we want to make sure we keep the record of it failing
after_rollback :save_anyway