diff --git a/application/views/mobile_first/ah-lantern-festival-gp-form.php b/application/views/mobile_first/ah-lantern-festival-gp-form.php index 0b7f318f..219eece3 100644 --- a/application/views/mobile_first/ah-lantern-festival-gp-form.php +++ b/application/views/mobile_first/ah-lantern-festival-gp-form.php @@ -452,7 +452,7 @@ const gp_form = el('gp_form'); submitFormBtn.on('click', () => { if (validateGPForm()) { - var ticketPrice = 139; + var ticketPrice = 200; var totalPrice = calcTotalPrice(ticketPrice, adultNumberValue); totalPriceHidden.value = totalPrice;