Closed asiniy closed 12 years ago
Issue solved by accept whitelist in infusion
Solved
Glad you got it working :)
Hey, I have the same issue, what is the whitelist in infusion?
Thanks.
what is the whitelist in infusion?
What whitelist are you referring to?
Also do you have a specific error? Can paste the relevant log entries here?
Hi!
I'm work with infusionsoft gem.
In development mode, all normal. But in heroku...
contact_id = Infusionsoft.contact_add({:FirstName => @user.first, :LastName => @user.last, :Email => @user.email, :City => @user.city, :State => @user.state, :Password => @user.password})
returns me a:
NoMethodError (undefined method `split' for nil:NilClass):
Why I have this error?
heroku stack - cedar 1.9.2, my development mode - 1.9.2-p290 too.
Regards, Alex