|
@@ -138,11 +138,11 @@
|
|
created = formatDate(created);
|
|
created = formatDate(created);
|
|
amount = amount / 100;
|
|
amount = amount / 100;
|
|
|
|
|
|
- console.log('111111111111')
|
|
|
|
- console.log(bookingTime)
|
|
|
|
|
|
+ console.log('22222222222')
|
|
|
|
+ console.log(typeof bookingTime)
|
|
|
|
|
|
$('#order-name').text(body);
|
|
$('#order-name').text(body);
|
|
- if (bookingTime != undefined){
|
|
|
|
|
|
+ if (typeof bookingTime != 'undefined'){
|
|
console.log('text')
|
|
console.log('text')
|
|
$('#order-time').text(bookingTime);
|
|
$('#order-time').text(bookingTime);
|
|
}else {
|
|
}else {
|