[fix]: Vrifyy balance
This commit was merged in pull request #18.
This commit is contained in:
@@ -23,8 +23,8 @@ class VerifyAccountBalanceService:
|
||||
schema = VerifyAccountBalanceSchema()
|
||||
validated_data = schema.load(data)
|
||||
|
||||
account_id = validated_data["account_id"]
|
||||
request_id = validated_data["request_id"]
|
||||
account_id = validated_data["accountId"]
|
||||
request_id = validated_data["requestId"]
|
||||
amount = validated_data["amount"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user