mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
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:
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user