diff --git a/app/Services/Payment/DeletePayment.php b/app/Services/Payment/DeletePayment.php index c4599abe12cf..6ce1065e0b7d 100644 --- a/app/Services/Payment/DeletePayment.php +++ b/app/Services/Payment/DeletePayment.php @@ -162,6 +162,7 @@ class DeletePayment $client ->service() ->updatePaidToDate(($paymentable_credit->pivot->amount) * -1) + ->adjustCreditBalance($paymentable_credit->pivot->amount) ->save(); }); }