mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
Debugging
This commit is contained in:
parent
37436d1adc
commit
d73e6b5004
@ -9,8 +9,8 @@ module DiscourseDonations
|
||||
def create
|
||||
output = { 'messages' => [], 'rewards' => [] }
|
||||
|
||||
debug(params)
|
||||
debug(user_params)
|
||||
Rails.logger.debug params.inspect
|
||||
Rails.logger.debug user_params.inspect
|
||||
|
||||
if create_account
|
||||
if !email.present? || !user_params[:username].present?
|
||||
|
Loading…
x
Reference in New Issue
Block a user