Skip to content

Instantly share code, notes, and snippets.

@kennyhorna
Created May 5, 2018 18:22
Show Gist options
  • Save kennyhorna/5ea971a7d8817e370f41ef3db4b01e22 to your computer and use it in GitHub Desktop.
Save kennyhorna/5ea971a7d8817e370f41ef3db4b01e22 to your computer and use it in GitHub Desktop.
Pusher event response
{
"reservation_id": 9,
"user_full_name": "Reserva manual",
"venue_id": 1,
"venue_name": "La 35",
"venue_address": "4103 Elmer Coves Apt. 702",
"date": "06/05/2018",
"status": "pending",
"is_manual": 1,
"total": "90.00",
"details": [
{
"reservation_id": 9,
"field_id": 1,
"field_name": "Cancha 3",
"field_size": "Fútbol 10",
"field_type": "Grass natural",
"hour": "20:00:00",
"amount": 90
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment