|
|
|
@ -120,4 +120,4 @@ class SoftDeleteTransactionParticipantView(APIView): |
|
|
|
) |
|
|
|
|
|
|
|
except TransactionParticipant.DoesNotExist: |
|
|
|
return AppAPIException({'message': "Transaction participant not found"}) |
|
|
|
raise AppAPIException({'message': "Transaction participant not found"}) |