mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 15:34:02 +00:00
fix pay booking by wallet bug
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user