Skip to content

Commit c892d52

Browse files
committed
refactor: make it not a secret
1 parent 55d49e5 commit c892d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/connector_configs/src/connector.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ use crate::common_config::{CardProvider, InputData, Provider, ZenApplePay};
1414

1515
#[derive(Default, Debug, Clone, Serialize, Deserialize)]
1616
pub struct PayloadCurrencyAuthKeyType {
17-
pub api_key: Secret<String>,
18-
pub processing_account_id: Secret<String>,
17+
pub api_key: String,
18+
pub processing_account_id: String,
1919
}
2020

2121
#[derive(Default, Debug, Clone, Serialize, Deserialize)]

0 commit comments

Comments
 (0)