mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-09-02 03:13:57 +00:00
Admin Workflow - Code Refactor for development branch only
This commit is contained in:
@@ -144,6 +144,8 @@ class CreateBookingPaymentLogic extends AbstractControllerLogic
|
||||
if(PaymentMethodType::PAYMENT_METHODS[$paymentMethod] == PaymentMethodType::WALLET){
|
||||
$this->updatesTransactionStatus->execute($transaction, ApprovalStatus::APPROVED);
|
||||
}
|
||||
|
||||
return $transaction;
|
||||
}
|
||||
|
||||
private function createConversionObject(Booking $booking, string $amount, string $paymentMethod): CurrencyConversionObject
|
||||
|
||||
Reference in New Issue
Block a user