diff --git a/resources/assets/vue/components/bookings/elements/CustomerTransactionHistorySectionComponent.vue b/resources/assets/vue/components/bookings/elements/CustomerTransactionHistorySectionComponent.vue index d1b121f0..f2651b67 100644 --- a/resources/assets/vue/components/bookings/elements/CustomerTransactionHistorySectionComponent.vue +++ b/resources/assets/vue/components/bookings/elements/CustomerTransactionHistorySectionComponent.vue @@ -128,8 +128,8 @@ export default { this.key ++; }, - downloadTransaction(paramItem, showingPreciseAmount) { - let url = this.route('company.transaction.export', paramItem.id, showingPreciseAmount); + downloadTransaction(paramItem, paramShowingPreciseAmount) { + let url = this.route('company.transaction.export', paramItem.id, paramShowingPreciseAmount); if(window.LARAVEL_VAPOR_ENABLED){ return fetch(url, { method: 'GET',