KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

How do i pass the arguments in Sudzc #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How do i pass the arguments in Sudzc 
 Like an array of product details in need to pass 
   array('product_id'=>"3109",'qty' => 2,'sku'=>'APL-IPAD3-4G-CONFIG')

    [service call:self action:@selector(cartTest:) sessionId:sessionId resourcePath:@"cart_product.add" args:array];

Original issue reported on code.google.com by lakshman...@gmail.com on 13 Dec 2012 at 11:54