Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment)

This commit is contained in:
Dillon Ngo
2026-06-23 11:51:46 +08:00
parent ac35584584
commit 91a2575c03
@@ -126,6 +126,7 @@ const submitForm = () => {
successHandler: (response: any) => {
isLoading.value = false;
if (response.payload.data.payment_method === 5) {
closeModal();
window.location.href = route('billplz.bill', response.payload.data.payment_reference) + '?auto_submit=true';
} else {
emit('cancelQuotation');