mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat: store encrypted extended card info in redis (#4493)
This commit is contained in:
@ -194,6 +194,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::admin::MerchantConnectorDeleteResponse,
|
||||
api_models::admin::MerchantConnectorResponse,
|
||||
api_models::admin::AuthenticationConnectorDetails,
|
||||
api_models::admin::ExtendedCardInfoConfig,
|
||||
api_models::customers::CustomerRequest,
|
||||
api_models::customers::CustomerDeleteResponse,
|
||||
api_models::payment_methods::PaymentMethodCreate,
|
||||
@ -407,6 +408,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::ThreeDsMethodData,
|
||||
api_models::payments::PollConfigResponse,
|
||||
api_models::payments::ExternalAuthenticationDetailsResponse,
|
||||
api_models::payments::ExtendedCardInfo,
|
||||
api_models::payment_methods::RequiredFieldInfo,
|
||||
api_models::payment_methods::DefaultPaymentMethod,
|
||||
api_models::payment_methods::MaskedBankDetails,
|
||||
|
||||
Reference in New Issue
Block a user