We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41f36a commit 0102e5dCopy full SHA for 0102e5d
src/collections/paymentNotes.coffee
@@ -27,6 +27,4 @@ exports.savePaymentNote = (paymentNote, callback) ->
27
'memberPaymentId', callback
28
unless paymentNote.note
29
return @reject 'You must provide a note.', 'note', callback
30
- unless paymentNote.description
31
- return @reject 'You must provide a description.', 'description', callback
32
@saveItem paymentNote, callback
0 commit comments