feat(core): Add support for updating metadata after payment has been authorized (#7776)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Swangi Kumari
2025-04-15 12:37:26 +05:30
committed by GitHub
parent c58e93bfdb
commit 92f6821316
39 changed files with 1241 additions and 59 deletions

View File

@ -150,6 +150,7 @@ impl From<Flow> for ApiIdentifier {
| Flow::PaymentsCreateIntent
| Flow::PaymentsGetIntent
| Flow::PaymentsPostSessionTokens
| Flow::PaymentsUpdateMetadata
| Flow::PaymentsUpdateIntent
| Flow::PaymentsCreateAndConfirmIntent
| Flow::PaymentStartRedirection