mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(connector_onboarding): Check if connector exists for the merchant account and add reset tracking id API (#3229)
This commit is contained in:
@ -52,3 +52,9 @@ pub struct PayPalOnboardingDone {
|
||||
pub struct PayPalIntegrationDone {
|
||||
pub connector_id: String,
|
||||
}
|
||||
|
||||
#[derive(serde::Deserialize, serde::Serialize, Debug, Clone)]
|
||||
pub struct ResetTrackingIdRequest {
|
||||
pub connector_id: String,
|
||||
pub connector: enums::Connector,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user