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