You're All Set!
Your appointment is booked for {{ moment(selectedDateComputed.split('T')[0]).format('MMMM Do, YYYY') }} at {{ moment(formData.selected_time, 'HH:mm').subtract('4', 'hours').format('h:mm a') }}
If you cancel within less than 24 hours of your appointment, you'll receive only a 50% refund (unless due to weather conditions)
Package:
{{ formData.package_variant_name }} — {{ formData.vehicle_type_name }}
${{ parseFloat(formData.package_variant_cost).toFixed(2) }}
{{ determineModifierName(modifierId).modifier_data.name }}
${{ parseFloat((determineModifierName(modifierId).modifier_data.price_money.amount / 100)).toFixed(2) }}
Subtotal:
${{ parseFloat(calculatedSubTotals).toFixed(2) }}
Discount:
{{ formData.discount_name }} ({{ parseInt(formData.discount_percentage) }}% off) (-${{ this.calculatedDiscount.toFixed(2) }})
Total Paid:
${{ parseFloat(calculatedTotals).toFixed(2) }}