lib/dineromail/operation.rb in dineromail-0.1.3 vs lib/dineromail/operation.rb in dineromail-0.1.4
- old
+ new
@@ -21,10 +21,10 @@
def pending?
status == PENDING_STATUS
end
def completed?
- status == ACCREDITED_STATUS
+ status == COMPLETED_STATUS
end
def cancelled?
status == CANCELLED_STATUS
end
\ No newline at end of file