Jump to content

APIs does not work


Aegidius

Recommended Posts

I tried with update()/add() but it still not working.

 

I think there is a bug in the PS APIs cause I get another strange error. When I fetch a product with

 

$product = new Product(8100);

 

and then I save it with

 

$product->update();

 

when I read the id

 

var_dump($product->id);

 

I found the it has become 1.

 

:wacko:

Edited by Aegidius (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...