From 8dd016616505137789c9d5fe632662d661c987f5 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Thu, 20 Jun 2024 15:39:42 +0800 Subject: [PATCH] Export pdf file from Laravel Vapor through S3 bucket --- .../bookings/forms/SupplierPlaceOrderFormComponent.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue b/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue index de972bdc..5903c1bd 100644 --- a/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue @@ -156,6 +156,8 @@ method: 'GET', responseType: 'json', }).then(response => { + console.log('whiteForm.mockUp: ' + JSON.stringify(response)); + console.log('whiteForm.mockUp: ' + JSON.stringify(response.src)); if (response.src) { window.location.href = response.src; }