Created
May 5, 2018 18:22
-
-
Save kennyhorna/5ea971a7d8817e370f41ef3db4b01e22 to your computer and use it in GitHub Desktop.
Pusher event response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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