feat(payment-link): alternate text for manual captures (#7574)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Mrudul Vajpayee
2025-04-25 17:15:43 +05:30
committed by GitHub
parent 69ba651abd
commit fa46593093
12 changed files with 107 additions and 11 deletions

View File

@ -17340,6 +17340,11 @@
}
],
"nullable": true
},
"is_setup_mandate_flow": {
"type": "boolean",
"description": "Boolean to control payment button text for setup mandate calls",
"nullable": true
}
}
},
@ -17503,6 +17508,11 @@
}
],
"nullable": true
},
"is_setup_mandate_flow": {
"type": "boolean",
"description": "Boolean to control payment button text for setup mandate calls",
"nullable": true
}
}
},