Skip to content

Commit

Permalink
forgot to add buyer_email
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Apr 20, 2011
1 parent 6e0c077 commit 6aa9099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/transactions_controller.rb
Expand Up @@ -8,6 +8,7 @@ def notify
:trade_status => notification.trade_status,
:trade_no => notification.trade_no,
:notify_time => notification.notify_time,
:buyer_email => notification.buyer_email,
:raw_post => request.raw_post
}

Expand Down

0 comments on commit 6aa9099

Please sign in to comment.