nateleavitt / infusionsoft

Ruby Gem for the Infusionsoft API
MIT License
58 stars 70 forks source link

Heroku trouble #4

Closed asiniy closed 12 years ago

asiniy commented 12 years ago

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

asiniy commented 12 years ago

Issue solved by accept whitelist in infusion

asiniy commented 12 years ago

Solved

nateleavitt commented 12 years ago

Glad you got it working :)

kanekv commented 11 years ago

Hey, I have the same issue, what is the whitelist in infusion?

Thanks.

bboughton commented 11 years ago

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?