docs(openapi): update /relay request example (#6942)

This commit is contained in:
Shankar Singh C
2024-12-26 15:50:47 +05:30
committed by GitHub
parent b6249f2261
commit d849403460
2 changed files with 8 additions and 4 deletions

View File

@ -990,8 +990,10 @@
"connector_id": "mca_5apGeP94tMts6rg3U3kR",
"connector_resource_id": "7256228702616471803954",
"data": {
"amount": 6540,
"currency": "USD"
"refund": {
"amount": 6540,
"currency": "USD"
}
},
"type": "refund"
}

View File

@ -13,8 +13,10 @@
"connector_id": "mca_5apGeP94tMts6rg3U3kR",
"type": "refund",
"data": {
"amount": 6540,
"currency": "USD"
"refund": {
"amount": 6540,
"currency": "USD"
}
}
})
)