corrected a misnamed payment event from fail! to failure!

This commit is contained in:
Chris Wise 2012-04-13 06:42:21 -04:00 committed by Ryan Bigg
parent 6fbc63116a
commit f8e239e3c1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Spree
case @notification.params["payment_status"]
when "Denied"
@payment.fail!
@payment.failure!
when "Completed"
@payment.complete!