From 099883e1276991203218cbf57132aa04c9c0d721 Mon Sep 17 00:00:00 2001 From: Hamid Yaftian Date: Mon, 11 Jul 2022 16:50:17 +0430 Subject: [PATCH] Enhance Payment Agent Properties --- config/v3/paymentagent_list/receive.json | 2 +- config/v3/paymentagent_withdraw/send.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/v3/paymentagent_list/receive.json b/config/v3/paymentagent_list/receive.json index a14058cdc..a0188d62f 100644 --- a/config/v3/paymentagent_list/receive.json +++ b/config/v3/paymentagent_list/receive.json @@ -91,7 +91,7 @@ "description": "Payment agent's loginid.", "type": "string" }, - "phone_numbers": { + "phones": { "description": "Payment agent's phone number(s) with country code.", "type": "array", "items": { diff --git a/config/v3/paymentagent_withdraw/send.json b/config/v3/paymentagent_withdraw/send.json index 6fdfb4ed7..b48326663 100644 --- a/config/v3/paymentagent_withdraw/send.json +++ b/config/v3/paymentagent_withdraw/send.json @@ -45,7 +45,7 @@ 1 ] }, - "paymentagent_loginid": { + "loginid": { "description": "The payment agent loginid received from the `paymentagent_list` call.", "type": "string", "pattern": "^[A-Za-z]+[0-9]+$"