lienAmount issue at acall
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user