mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(business_profile): add profile id in affected tables and modify api contract (#1971)
This commit is contained in:
@ -90,6 +90,7 @@ pub struct PaymentIntent {
|
||||
pub connector_metadata: Option<serde_json::Value>,
|
||||
pub feature_metadata: Option<serde_json::Value>,
|
||||
pub attempt_count: i16,
|
||||
pub profile_id: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, Eq, PartialEq, Serialize, Deserialize)]
|
||||
@ -126,6 +127,7 @@ pub struct PaymentIntentNew {
|
||||
pub connector_metadata: Option<serde_json::Value>,
|
||||
pub feature_metadata: Option<serde_json::Value>,
|
||||
pub attempt_count: i16,
|
||||
pub profile_id: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user