feat(core): add support for webhook additional source verification call for paypal (#2058)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
chikke srujan
2023-09-20 19:28:02 +05:30
committed by GitHub
parent 8ee2ce1f4f
commit 2a9e09d812
13 changed files with 719 additions and 77 deletions

View File

@ -115,6 +115,7 @@ pub enum OutgoingWebhookContent {
DisputeDetails(Box<disputes::DisputeResponse>),
}
#[derive(Debug, Clone, Serialize)]
pub struct ConnectorWebhookSecrets {
pub secret: Vec<u8>,
pub additional_secret: Option<masking::Secret<String>>,