mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
chore: make client certificate and private key secret across codebase (#4490)
This commit is contained in:
@ -3894,8 +3894,10 @@ pub struct PaymentRequestMetadata {
|
||||
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, ToSchema)]
|
||||
pub struct SessionTokenInfo {
|
||||
pub certificate: String,
|
||||
pub certificate_keys: String,
|
||||
#[schema(value_type = String)]
|
||||
pub certificate: Secret<String>,
|
||||
#[schema(value_type = String)]
|
||||
pub certificate_keys: Secret<String>,
|
||||
pub merchant_identifier: String,
|
||||
pub display_name: String,
|
||||
pub initiative: String,
|
||||
|
||||
Reference in New Issue
Block a user