mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(webhooks): do not send duplicate webhooks (#1850)
This commit is contained in:
@ -2503,7 +2503,7 @@ pub struct PaymentsCancelRequest {
|
||||
pub merchant_connector_details: Option<admin::MerchantConnectorDetailsWrap>,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
#[derive(Default, Debug, serde::Deserialize, serde::Serialize, ToSchema, Clone)]
|
||||
pub struct PaymentsStartRequest {
|
||||
/// Unique identifier for the payment. This ensures idempotency for multiple payments
|
||||
/// that have been done by a single merchant. This field is auto generated and is returned in the API response.
|
||||
|
||||
Reference in New Issue
Block a user