Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BDQ committed Nov 22, 2010
1 parent 038ae31 commit 1b400a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/paypal_express_callbacks_controller.rb
Expand Up @@ -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
Expand Down

0 comments on commit 1b400a9

Please sign in to comment.