mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Laravel Vapor - Enhancement to prevent customer from underpay when a payment transaction include storage invoice(s)
This commit is contained in:
@@ -62,7 +62,7 @@ class CreatePaymentTransactionLogic extends AbstractControllerLogic
|
||||
return $this->resourceResponse(new TransactionResource($payment_transaction));
|
||||
}
|
||||
|
||||
$response = ['message' => 'A transaction might be suspended; please check if there is any dispute in progress.'];
|
||||
$response = ['message' => 'Transaction might be already completed or suspended; please check if there is any dispute in progress.'];
|
||||
return $this->response(['data' => $response]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user