diff --git a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue index be972c52..c81982c9 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue @@ -302,11 +302,6 @@ section: 'bookingDetailSection', } }, - computed: { - customerBooking(){ - return this.item.type === 1 ? this.item : this.item.transaction_payment; - } - }, methods: { submitForm(){ this.submit(this.route('api.booking.refund.create', this.data.booking.id, this.data.id), 'post', this.section, true, true);