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

An error occurred while calling cart.info #19

Open
cglantschnig-zz opened this issue Jan 30, 2015 · 1 comment
Open

An error occurred while calling cart.info #19

cglantschnig-zz opened this issue Jan 30, 2015 · 1 comment

Comments

@cglantschnig-zz
Copy link

I am calling the method cart.info like that:

magento.checkoutCart.info({ quoteId: 676 }, magentoCallback);

I have magento 1.9.1 with the sample data installed. When I use an id that already existed in the sample data, then this works fine, but if I use an id from an cart of an customer I created, then I always get the following error:

{
    "original": {
        "message": "Unknown XML-RPC tag 'BR'",
        "name": "Error"
    },
    "name": "Magento Error",
    "message": "An error occurred while calling cart.info"
}
@chrisjhoughton
Copy link

That's the error I got with PHP server issues

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

2 participants