Skip to content
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

Need to remove $key in Funnel.achieveGoal #7

Closed
graphem opened this issue Aug 26, 2014 · 3 comments
Closed

Need to remove $key in Funnel.achieveGoal #7

graphem opened this issue Aug 26, 2014 · 3 comments
Assignees

Comments

@graphem
Copy link

graphem commented Aug 26, 2014

Seems there is an issue with the FunnelService > achieveGoal. I am not sure why the $key parameter is there, I don't think it should. I removed it and now it works, however the return always give me errors like eventhough the call has passed:

Error Message: Invalid XML. Expected one of "string", "array", "struct", "int", "biginteger", "i8", "i4", "i2", "i1", "boolean", "double", "float", "bigdecimal", "dateTime.iso8601", "dateTime", "base64", "nil", "dom", "#text", got "value" on depth 9 (context: "")

@mfairch
Copy link
Contributor

mfairch commented Aug 26, 2014

Looks like this is the same issue as #3

@graphem
Copy link
Author

graphem commented Aug 26, 2014

Similar when the call is successful, however the function should not take the $key, I had to remove it.

@mfairch
Copy link
Contributor

mfairch commented Aug 26, 2014

The key parameter has been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants