-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant BingAdsApi::ApplicationFault (NameError) #2
Comments
Hey, thanx for using the gem. Are you using the latest commit? Since I just started I've pushed 3 versions so far. The latest is 0.2.1 |
Yeah I am using 0.2.1. There is also another issue in your yml file where you specified the customer management wsdl url. Somehow deleted a few chars there ;-) |
Actually i think the endpoints might have changed completely: http://msdn.microsoft.com/en-US/library/bing-ads-overview-web-service-addresses.aspx |
Thanks for all the comments! |
Hey mate, I get the above error when I try to fire up a rails console. I think this has to do with the fact that you are requiring classes in the wrong order. You should specify the order in the bing-ads-api.rb file in which classes need to be required instead of requiring using each in dir.
The text was updated successfully, but these errors were encountered: