mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-04 11:48:30 +00:00
78 - Updating Our Unit Tests
This commit is contained in:
@@ -46,6 +46,7 @@ class Order extends Model
|
||||
public function toArray()
|
||||
{
|
||||
return [
|
||||
'confirmation_number' => $this->confirmation_number,
|
||||
'email' => $this->email,
|
||||
'ticket_quantity' => $this->ticketQuantity(),
|
||||
'amount' => $this->amount,
|
||||
|
||||
Reference in New Issue
Block a user