learnpress
learnpress copied to clipboard
Rest API should include order creation and completed
It will be nice to have endpoints to enable external client create an order, and also update order status so that we can integrate other payment methods.
Hi,
LP provides a "save" method on the "LP_Order" class, it is will create or update Order. "update_status" method to update status.
Thanks.