User cancelled order handling
This commit is contained in:
@@ -4,3 +4,7 @@ DS.Model.reopen
|
||||
eraseRecord: ->
|
||||
@clearRelationships()
|
||||
@transitionTo('deleted.saved')
|
||||
DS.Model.reopenClass
|
||||
findCached: (id)->
|
||||
return null unless id
|
||||
@store.all(@typeKey).findProperty('id', id)
|
||||
|
||||
Reference in New Issue
Block a user