Add comment to OrderUpdateIssues

This commit is contained in:
Rob Harrington
2018-01-31 16:39:05 +11:00
parent 3e68973812
commit d6924d2866

View File

@@ -1,3 +1,6 @@
# Wrapper for a hash of issues encountered by instances of OrderSyncer and LineItemSyncer
# Used to report issues to the user when they attempt to update a standing order
class OrderUpdateIssues
def initialize
@issues = {}