fix pay booking by wallet bug

This commit is contained in:
JiaSheng
2023-12-07 01:05:17 +08:00
parent 7b936b2ce5
commit cbc3fb56d4
@@ -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 */