fix gitlab tests
This commit is contained in:
@@ -83,7 +83,7 @@ class PaymentTransactionController extends BaseApiController
|
||||
|
||||
$updated = $this->service->updateStatus($transactionId, (string) $status);
|
||||
|
||||
if (! $updated) {
|
||||
if (!$updated) {
|
||||
return response()->json(['ok' => false, 'message' => 'Transaction not found.'], 404);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user