Florinel Chis

Results 6 comments of Florinel Chis

the graphql query that runs is something like this ``` [...] items { id product_type quantity prices { row_total_incl_tax { value } price_incl_tax { value } } product { id...

hm, in develop `src/reactapp/src/api/cart/utility/query/cartItemsInfo.js` - has a different structure for the query, a number of fields are taken out compared to the version that is available for general use via...

@markvds Thank you for your comment. Need to Look at the details from @robbertstevens which look valid to me. In the meantime feel free to submit a PR, please branch...

@robbertstevens FYI, In this PR I am trying to tackle the raised issue - removing the magic __call() and implementing the actual functions - https://github.com/buckaroo-it/Magento2/pull/246 - feedback would be welcome.

I made the changes on my fork. Any thoughts on this? ![screen shot 2013-08-15 at 15 45 35](https://f.cloud.github.com/assets/2117053/969231/5fe625c8-05b9-11e3-897e-70494c60669b.png)

@andyskipper [htop](http://htop.sourceforge.net/) in that vagrant machine. `brew install htop` on mac, `sudo apt-get install htop` ubuntu, `sudo yum install htop` centos