update
This commit is contained in:
@@ -36,7 +36,7 @@ class Invoices
|
||||
|
||||
public static function getFull($id)
|
||||
{
|
||||
return self::get($id, ['address', 'order.customer', 'order.delivery_address', 'order.detail']);
|
||||
return self::get($id, ['address', 'payments', 'order.customer', 'order.delivery_address', 'order.detail']);
|
||||
}
|
||||
|
||||
public static function getByUUID($uuid)
|
||||
|
||||
Reference in New Issue
Block a user