From 1b400a9398d22898540b33d763ca7409763b7332 Mon Sep 17 00:00:00 2001 From: Brian Quinn Date: Mon, 22 Nov 2010 13:04:46 +0000 Subject: [PATCH] Removed debug --- app/controllers/paypal_express_callbacks_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/paypal_express_callbacks_controller.rb b/app/controllers/paypal_express_callbacks_controller.rb index d11937c..e1e4a15 100644 --- a/app/controllers/paypal_express_callbacks_controller.rb +++ b/app/controllers/paypal_express_callbacks_controller.rb @@ -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