Back to PhocacartOrder class

Method saveOrderBilling

public
saveOrderBilling
(mixed $id, mixed $date, mixed $statusId)

Method saveOrderBilling - Source code

public function saveOrderBilling($id, $date, $statusId)
{
    // Delivery note has the same number like order
    // Receipt is not used when displaying in frontend
    return self::storeOrderReceiptInvoiceId($id, $date, $statusId, array('O', 'I', 'R'));
}