mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 03:13:56 +08:00
fix(connector): Add RedirectInsidePopup response redirection URL (#8257)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -16890,12 +16890,16 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"popup_url",
|
||||
"redirect_response_url",
|
||||
"type"
|
||||
],
|
||||
"properties": {
|
||||
"popup_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"redirect_response_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user