Confirm order - celdotro/marketplace GitHub Wiki
- Confirms an existing order
celmarket\Orders\OrdersStatus
confirmOrder
- method: orders
- action: confirmOrder
- order = order's id
An object with the following attributes
- success = 1 -> successfully confirmed
https://github.com/celdotro/marketplace_examples/blob/master/Orders/9.confirmOrder.php
{
"request": {
"order": 1
},
"response": {
"success": 1
}
}