res
This commit is contained in:
@@ -25,10 +25,6 @@ class RACCheckService:
|
|||||||
schema = RACCheckSchema()
|
schema = RACCheckSchema()
|
||||||
validated_data = schema.load(data)
|
validated_data = schema.load(data)
|
||||||
|
|
||||||
transactionId = fields.Str(required=True)
|
|
||||||
fbnTransactionId = fields.Str(required=True)
|
|
||||||
customerId = fields.Str(required=True)
|
|
||||||
accountId = fields.Str(required=True)
|
|
||||||
# Simulated RAC check logic — create racResponse manually or via logic
|
# Simulated RAC check logic — create racResponse manually or via logic
|
||||||
# random_float = random.random() # temporary to play data
|
# random_float = random.random() # temporary to play data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user