diff --git a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue index 370092cd..3c3b77f0 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue @@ -333,6 +333,7 @@
+ @@ -456,6 +457,9 @@ clickExpandRefundTransactions(){ this.expandRefundTransactions = !this.expandRefundTransactions; }, + refreshComment(id){ + this.submit(this.route('api.transaction.remark.fetch', id), 'post', this.section, false, false) + } }, mixins: [componentHandler] }