mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add network transaction id support for mit payments (#6245)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -494,6 +494,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::mandates::MandateResponse,
|
||||
api_models::mandates::MandateCardDetails,
|
||||
api_models::mandates::RecurringDetails,
|
||||
api_models::mandates::NetworkTransactionIdAndCardDetails,
|
||||
api_models::mandates::ProcessorPaymentToken,
|
||||
api_models::ephemeral_key::EphemeralKeyCreateResponse,
|
||||
api_models::payments::CustomerDetails,
|
||||
|
||||
@ -386,6 +386,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::ApplePayThirdPartySdkData,
|
||||
api_models::payments::GooglePayRedirectData,
|
||||
api_models::payments::GooglePayThirdPartySdk,
|
||||
api_models::mandates::NetworkTransactionIdAndCardDetails,
|
||||
api_models::payments::GooglePaySessionResponse,
|
||||
api_models::payments::GpayShippingAddressParameters,
|
||||
api_models::payments::GpayBillingAddressParameters,
|
||||
|
||||
Reference in New Issue
Block a user