mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user