Skip to content

Commit 6b577f4

Browse files
committed
bug-fixes
1 parent fb4e445 commit 6b577f4

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

api-references/payments/billpay/mobile-prepaid-recharge.json

+17-15
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"paths": {
25-
"/fetch_operator_details": {
25+
"/fetch-operator-details": {
2626
"post": {
2727
"tags": ["Fetch"],
2828
"summary": "API to fetch operator details for mobile number",
@@ -343,19 +343,20 @@
343343
"schema": {
344344
"type": "object",
345345
"required": [
346-
"customer",
347-
"mobile"
346+
"customer"
347+
348348
],
349349
"properties": {
350-
"mobile": {
351-
"type": "string",
352-
"example": "9192990013",
353-
"description": "The login mobile number of the initiating recharge"
354-
},
350+
355351
"customer": {
356352
"type": "object",
357353
"required":["billParameters"],
358354
"properties": {
355+
"mobile": {
356+
"type": "string",
357+
"example": "9192990013",
358+
"descriiption": "The login mobile number of the initiating recharge"
359+
},
359360
"billParameters": {
360361
"type": "array",
361362
"items": {
@@ -385,7 +386,7 @@
385386
]
386387
}
387388
},
388-
"/fetch_plans":{
389+
"/fetch-plans":{
389390
"post": {
390391
"tags": ["Fetch"],
391392
"summary": "API to fetch prepaid plans for a mobile number",
@@ -641,17 +642,18 @@
641642
"name": "body",
642643
"schema": {
643644
"type": "object",
644-
"required": ["customer", "mobile"],
645+
"required": ["customer"],
645646
"properties": {
646-
"mobile": {
647-
"type": "string",
648-
"example": "7566628882",
649-
"description": "The login mobile number of the initiating recharge"
650-
},
647+
651648
"customer": {
652649
"type": "object",
653650
"required":["billParameters"],
654651
"properties": {
652+
"mobile": {
653+
"type": "string",
654+
"example": "7566628882",
655+
"description": "The login mobile number of the initiating recharge"
656+
},
655657
"billParameters": {
656658
"type": "array",
657659
"items": [

0 commit comments

Comments
 (0)