lienAmount issue at acall

This commit is contained in:
CHIEFSOFT\ameye
2025-04-05 19:41:25 -04:00
parent aedc669da4
commit 75b2895251
+1 -1
View File
@@ -21,7 +21,7 @@ class RACCheckService:
# Validate input data using RACCheckSchema
schema = RACCheckSchema()
validated_data = schema.load(data) # Raises ValidationError if invalid
# -- lViet removed for now --- > validated_data = schema.load(data) # Raises ValidationError if invalid
# Simulated processing logic
response_data = {