mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(payment_methods): added clone derivation for PaymentMethodId (#1568)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in> Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
This commit is contained in:
@ -93,7 +93,7 @@ pub struct CustomerResponse {
|
||||
pub metadata: Option<pii::SecretSerdeValue>,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, Deserialize, Serialize)]
|
||||
#[derive(Default, Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct CustomerId {
|
||||
pub customer_id: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user