diff --git a/app/Classes/Modules/Bookings/ControllersLogic/CreateBookingPaymentLogic.php b/app/Classes/Modules/Bookings/ControllersLogic/CreateBookingPaymentLogic.php index 83007cf8..6cf63d39 100644 --- a/app/Classes/Modules/Bookings/ControllersLogic/CreateBookingPaymentLogic.php +++ b/app/Classes/Modules/Bookings/ControllersLogic/CreateBookingPaymentLogic.php @@ -118,6 +118,8 @@ class CreateBookingPaymentLogic extends AbstractControllerLogic $paymentReference = $this->handlePaymentMethods($request, $booking, $configurations, $billNumber); + $billNumber = $this->generatesTransactionBillNumber->execute('PYMT-'); + $object = $this->createTransactionObject($booking, $configurations, $billNumber, $paymentReference); /** @var Transaction $transaction */