Removed debug

This commit is contained in:
Brian Quinn 2010-11-22 13:04:46 +00:00
parent 038ae315b3
commit 1b400a9398
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ class PaypalExpressCallbacksController < Spree::BaseController
def notify
@notification = Paypal::Notification.new(request.raw_post)
debugger
# we only care about eChecks (for now?)
if @notification.params["payment_type"] == "echeck" && @notification.acknowledge