feat: store encrypted extended card info in redis (#4493)

This commit is contained in:
Chethan Rao
2024-05-02 16:58:44 +05:30
committed by GitHub
parent 5a447afd74
commit 6c59d2434c
8 changed files with 268 additions and 3 deletions

View File

@ -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,