Page 1 of 1

retrieveCartOrder removed in 2.x

Posted: Wed Feb 20, 2013 11:31 am
by TNuzzi
Is there a replacement for retrieveCartOrder order? It is still being referenced in the PayPal Advance Configuration section of the docs but I can only find it referenced in the 1.5.x docs.

Re: retrieveCartOrder removed in 2.x

Posted: Thu Feb 21, 2013 6:04 pm
by phillipuniverse
I think that was meant to delegate to some method for you to retrieve the current cart, nothing in relation to the 1.5.x BLC version. You could just use CartState.getCart().

Basically though, you should be doing all of the things that are in the BroadleafPaypalController.paypalProcess method in your own controller (if you don't want to just delegate to the BroadleafPaypalController).