feat(core): add support for upi_intent and upi_qr (#9716)

Co-authored-by: Kanika Chaudhary <kanika.c@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
kanikac199
2025-10-13 18:01:53 +05:30
committed by GitHub
parent c2da9db91f
commit 5c7a607326
29 changed files with 197 additions and 23 deletions

View File

@ -443,6 +443,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::UpiData,
api_models::payments::UpiCollectData,
api_models::payments::UpiIntentData,
api_models::payments::UpiQrData,
api_models::payments::VoucherData,
api_models::payments::BoletoVoucherData,
api_models::payments::AlfamartVoucherData,

View File

@ -403,6 +403,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::UpiData,
api_models::payments::UpiCollectData,
api_models::payments::UpiIntentData,
api_models::payments::UpiQrData,
api_models::payments::VoucherData,
api_models::payments::BoletoVoucherData,
api_models::payments::AlfamartVoucherData,