Page 1 of 1

Rest Api checkout/payment

Posted: Thu Jul 17, 2014 7:18 am
by sneha@anvayin.com
Hi

In the checkoutEndpoint class, addPaymentToOrder method i would like to create the OrderPaymentWrapper using customerId, addressId and orderId and whichever is neccessary for it. Can anyone guide how i can acheive this?

Re: Rest Api checkout/payment

Posted: Tue Jul 29, 2014 2:15 pm
by phillipuniverse
You can override the OrderPaymentWrapper bean that the REST APIs use by following the Extending Broadleaf RESTful services section at http://www.broadleafcommerce.com/docs/c ... -tutorials.

Not sure if that answers your question, you didn't provide much detail.