id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
connector-service_snippet_2054780185909450401_2450_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
reason: Some(auth_reversal_response.message.clone()),
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(auth_reversal_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
} else {
let payments_response = PaymentsResponseData::TransactionResponse {
resource_id: ResponseId::ConnectorTransactionId(
auth_reversal_response.cnp_txn_id.clone(),
),
redirection_data: None,
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: Some(auth_reversal_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else if let Some(void_response) = item.response.void_response {
// Fallback to void_response for compatibility
let status =
get_attempt_status(WorldpayvantivPaymentFlow::Void, void_response.response)?;
if is_payment_failure(status) {
let error_response = ErrorResponse {
code: void_response.response.to_string(),
message: void_response.message.clone(),
reason: Some(void_response.message.clone()),
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2450,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2475_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
network_txn_id: None,
connector_response_reference_id: Some(auth_reversal_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2475,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2475_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
network_txn_id: None,
connector_response_reference_id: Some(auth_reversal_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else if let Some(void_response) = item.response.void_response {
// Fallback to void_response for compatibility
let status =
get_attempt_status(WorldpayvantivPaymentFlow::Void, void_response.response)?;
if is_payment_failure(status) {
let error_response = ErrorResponse {
code: void_response.response.to_string(),
message: void_response.message.clone(),
reason: Some(void_response.message.clone()),
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2475,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2475_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
network_txn_id: None,
connector_response_reference_id: Some(auth_reversal_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else if let Some(void_response) = item.response.void_response {
// Fallback to void_response for compatibility
let status =
get_attempt_status(WorldpayvantivPaymentFlow::Void, void_response.response)?;
if is_payment_failure(status) {
let error_response = ErrorResponse {
code: void_response.response.to_string(),
message: void_response.message.clone(),
reason: Some(void_response.message.clone()),
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
} else {
let payments_response = PaymentsResponseData::TransactionResponse {
resource_id: ResponseId::ConnectorTransactionId(
void_response.cnp_txn_id.clone(),
),
redirection_data: None,
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2475,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2500_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2500,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2500_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
} else {
let payments_response = PaymentsResponseData::TransactionResponse {
resource_id: ResponseId::ConnectorTransactionId(
void_response.cnp_txn_id.clone(),
),
redirection_data: None,
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2500,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2500_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
} else {
let payments_response = PaymentsResponseData::TransactionResponse {
resource_id: ResponseId::ConnectorTransactionId(
void_response.cnp_txn_id.clone(),
),
redirection_data: None,
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
let error_response = ErrorResponse {
code: item.response.response_code,
message: item.response.message.clone(),
reason: Some(item.response.message.clone()),
status_code: item.http_code,
attempt_status: Some(common_enums::AttemptStatus::VoidFailed),
connector_transaction_id: None,
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2500,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2525_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2525,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2525_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
let error_response = ErrorResponse {
code: item.response.response_code,
message: item.response.message.clone(),
reason: Some(item.response.message.clone()),
status_code: item.http_code,
attempt_status: Some(common_enums::AttemptStatus::VoidFailed),
connector_transaction_id: None,
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2525,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2525_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
let error_response = ErrorResponse {
code: item.response.response_code,
message: item.response.message.clone(),
reason: Some(item.response.message.clone()),
status_code: item.http_code,
attempt_status: Some(common_enums::AttemptStatus::VoidFailed),
connector_transaction_id: None,
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// TryFrom for VoidPC (VoidPostCapture) response
impl
TryFrom<
ResponseRouterData<
CnpOnlineResponse,
RouterDataV2<
VoidPC,
PaymentFlowData,
PaymentsCancelPostCaptureData,
PaymentsResponseData,
>,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2525,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2550_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// TryFrom for VoidPC (VoidPostCapture) response
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2550,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2550_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// TryFrom for VoidPC (VoidPostCapture) response
impl
TryFrom<
ResponseRouterData<
CnpOnlineResponse,
RouterDataV2<
VoidPC,
PaymentFlowData,
PaymentsCancelPostCaptureData,
PaymentsResponseData,
>,
>,
>
for RouterDataV2<VoidPC, PaymentFlowData, PaymentsCancelPostCaptureData, PaymentsResponseData>
{
type Error = error_stack::Report<ConnectorError>;
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2550,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2550_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// TryFrom for VoidPC (VoidPostCapture) response
impl
TryFrom<
ResponseRouterData<
CnpOnlineResponse,
RouterDataV2<
VoidPC,
PaymentFlowData,
PaymentsCancelPostCaptureData,
PaymentsResponseData,
>,
>,
>
for RouterDataV2<VoidPC, PaymentFlowData, PaymentsCancelPostCaptureData, PaymentsResponseData>
{
type Error = error_stack::Report<ConnectorError>;
fn try_from(
item: ResponseRouterData<
CnpOnlineResponse,
RouterDataV2<
VoidPC,
PaymentFlowData,
PaymentsCancelPostCaptureData,
PaymentsResponseData,
>,
>,
) -> Result<Self, Self::Error> {
if let Some(void_response) = item.response.void_response {
let status =
get_attempt_status(WorldpayvantivPaymentFlow::VoidPC, void_response.response)?;
if is_payment_failure(status) {
let error_response = ErrorResponse {
code: void_response.response.to_string(),
message: void_response.message.clone(),
reason: Some(void_response.message.clone()),
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2550,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2575_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
>,
>
for RouterDataV2<VoidPC, PaymentFlowData, PaymentsCancelPostCaptureData, PaymentsResponseData>
{
type Error = error_stack::Report<ConnectorError>;
fn try_from(
item: ResponseRouterData<
CnpOnlineResponse,
RouterDataV2<
VoidPC,
PaymentFlowData,
PaymentsCancelPostCaptureData,
PaymentsResponseData,
>,
>,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2575,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2575_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
>,
>
for RouterDataV2<VoidPC, PaymentFlowData, PaymentsCancelPostCaptureData, PaymentsResponseData>
{
type Error = error_stack::Report<ConnectorError>;
fn try_from(
item: ResponseRouterData<
CnpOnlineResponse,
RouterDataV2<
VoidPC,
PaymentFlowData,
PaymentsCancelPostCaptureData,
PaymentsResponseData,
>,
>,
) -> Result<Self, Self::Error> {
if let Some(void_response) = item.response.void_response {
let status =
get_attempt_status(WorldpayvantivPaymentFlow::VoidPC, void_response.response)?;
if is_payment_failure(status) {
let error_response = ErrorResponse {
code: void_response.response.to_string(),
message: void_response.message.clone(),
reason: Some(void_response.message.clone()),
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2575,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2575_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
>,
>
for RouterDataV2<VoidPC, PaymentFlowData, PaymentsCancelPostCaptureData, PaymentsResponseData>
{
type Error = error_stack::Report<ConnectorError>;
fn try_from(
item: ResponseRouterData<
CnpOnlineResponse,
RouterDataV2<
VoidPC,
PaymentFlowData,
PaymentsCancelPostCaptureData,
PaymentsResponseData,
>,
>,
) -> Result<Self, Self::Error> {
if let Some(void_response) = item.response.void_response {
let status =
get_attempt_status(WorldpayvantivPaymentFlow::VoidPC, void_response.response)?;
if is_payment_failure(status) {
let error_response = ErrorResponse {
code: void_response.response.to_string(),
message: void_response.message.clone(),
reason: Some(void_response.message.clone()),
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
} else {
let payments_response = PaymentsResponseData::TransactionResponse {
resource_id: ResponseId::ConnectorTransactionId(
void_response.cnp_txn_id.clone(),
),
redirection_data: None,
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2575,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2600_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2600,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2600_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
} else {
let payments_response = PaymentsResponseData::TransactionResponse {
resource_id: ResponseId::ConnectorTransactionId(
void_response.cnp_txn_id.clone(),
),
redirection_data: None,
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2600,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2600_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
status_code: item.http_code,
attempt_status: Some(status),
connector_transaction_id: Some(void_response.cnp_txn_id.clone()),
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
} else {
let payments_response = PaymentsResponseData::TransactionResponse {
resource_id: ResponseId::ConnectorTransactionId(
void_response.cnp_txn_id.clone(),
),
redirection_data: None,
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
let error_response = ErrorResponse {
code: item.response.response_code,
message: item.response.message.clone(),
reason: Some(item.response.message.clone()),
status_code: item.http_code,
attempt_status: Some(common_enums::AttemptStatus::VoidFailed),
connector_transaction_id: None,
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2600,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2625_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2625,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2625_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
let error_response = ErrorResponse {
code: item.response.response_code,
message: item.response.message.clone(),
reason: Some(item.response.message.clone()),
status_code: item.http_code,
attempt_status: Some(common_enums::AttemptStatus::VoidFailed),
connector_transaction_id: None,
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2625,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2625_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
connector_response_reference_id: Some(void_response.id.clone()),
incremental_authorization_allowed: None,
status_code: item.http_code,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status,
..item.router_data.resource_common_data
},
response: Ok(payments_response),
..item.router_data
})
}
} else {
let error_response = ErrorResponse {
code: item.response.response_code,
message: item.response.message.clone(),
reason: Some(item.response.message.clone()),
status_code: item.http_code,
attempt_status: Some(common_enums::AttemptStatus::VoidFailed),
connector_transaction_id: None,
network_decline_code: None,
network_advice_code: None,
network_error_message: None,
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// Status mapping functions
fn get_attempt_status(
flow: WorldpayvantivPaymentFlow,
response: WorldpayvantivResponseCode,
) -> Result<common_enums::AttemptStatus, ConnectorError> {
match response {
WorldpayvantivResponseCode::Approved
| WorldpayvantivResponseCode::PartiallyApproved
| WorldpayvantivResponseCode::OfflineApproval
| WorldpayvantivResponseCode::TransactionReceived => match flow {
WorldpayvantivPaymentFlow::Sale => Ok(common_enums::AttemptStatus::Pending),
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2625,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2650_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// Status mapping functions
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2650,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2650_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// Status mapping functions
fn get_attempt_status(
flow: WorldpayvantivPaymentFlow,
response: WorldpayvantivResponseCode,
) -> Result<common_enums::AttemptStatus, ConnectorError> {
match response {
WorldpayvantivResponseCode::Approved
| WorldpayvantivResponseCode::PartiallyApproved
| WorldpayvantivResponseCode::OfflineApproval
| WorldpayvantivResponseCode::TransactionReceived => match flow {
WorldpayvantivPaymentFlow::Sale => Ok(common_enums::AttemptStatus::Pending),
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::Authorizing),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureInitiated),
WorldpayvantivPaymentFlow::Void => Ok(common_enums::AttemptStatus::VoidInitiated),
WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidPostCaptureInitiated)
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2650,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2650_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
};
Ok(Self {
resource_common_data: PaymentFlowData {
status: common_enums::AttemptStatus::VoidFailed,
..item.router_data.resource_common_data
},
response: Err(error_response),
..item.router_data
})
}
}
}
// Status mapping functions
fn get_attempt_status(
flow: WorldpayvantivPaymentFlow,
response: WorldpayvantivResponseCode,
) -> Result<common_enums::AttemptStatus, ConnectorError> {
match response {
WorldpayvantivResponseCode::Approved
| WorldpayvantivResponseCode::PartiallyApproved
| WorldpayvantivResponseCode::OfflineApproval
| WorldpayvantivResponseCode::TransactionReceived => match flow {
WorldpayvantivPaymentFlow::Sale => Ok(common_enums::AttemptStatus::Pending),
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::Authorizing),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureInitiated),
WorldpayvantivPaymentFlow::Void => Ok(common_enums::AttemptStatus::VoidInitiated),
WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidPostCaptureInitiated)
}
},
// Decline codes - all other response codes not listed above
WorldpayvantivResponseCode::InsufficientFunds
| WorldpayvantivResponseCode::CallIssuer
| WorldpayvantivResponseCode::ExceedsApprovalAmountLimit
| WorldpayvantivResponseCode::ExceedsActivityAmountLimit
| WorldpayvantivResponseCode::InvalidEffectiveDate
| WorldpayvantivResponseCode::InvalidAccountNumber
| WorldpayvantivResponseCode::AccountNumberDoesNotMatchPaymentType
| WorldpayvantivResponseCode::InvalidExpirationDate
| WorldpayvantivResponseCode::InvalidCVV
| WorldpayvantivResponseCode::InvalidCardValidationNum
| WorldpayvantivResponseCode::ExpiredCard
| WorldpayvantivResponseCode::InvalidPin
| WorldpayvantivResponseCode::InvalidTransactionType
| WorldpayvantivResponseCode::AccountNumberNotOnFile
| WorldpayvantivResponseCode::AccountNumberLocked
| WorldpayvantivResponseCode::InvalidLocation
| WorldpayvantivResponseCode::InvalidMerchantId
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2650,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2675_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::Authorizing),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureInitiated),
WorldpayvantivPaymentFlow::Void => Ok(common_enums::AttemptStatus::VoidInitiated),
WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidPostCaptureInitiated)
}
},
// Decline codes - all other response codes not listed above
WorldpayvantivResponseCode::InsufficientFunds
| WorldpayvantivResponseCode::CallIssuer
| WorldpayvantivResponseCode::ExceedsApprovalAmountLimit
| WorldpayvantivResponseCode::ExceedsActivityAmountLimit
| WorldpayvantivResponseCode::InvalidEffectiveDate
| WorldpayvantivResponseCode::InvalidAccountNumber
| WorldpayvantivResponseCode::AccountNumberDoesNotMatchPaymentType
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2675,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2675_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::Authorizing),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureInitiated),
WorldpayvantivPaymentFlow::Void => Ok(common_enums::AttemptStatus::VoidInitiated),
WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidPostCaptureInitiated)
}
},
// Decline codes - all other response codes not listed above
WorldpayvantivResponseCode::InsufficientFunds
| WorldpayvantivResponseCode::CallIssuer
| WorldpayvantivResponseCode::ExceedsApprovalAmountLimit
| WorldpayvantivResponseCode::ExceedsActivityAmountLimit
| WorldpayvantivResponseCode::InvalidEffectiveDate
| WorldpayvantivResponseCode::InvalidAccountNumber
| WorldpayvantivResponseCode::AccountNumberDoesNotMatchPaymentType
| WorldpayvantivResponseCode::InvalidExpirationDate
| WorldpayvantivResponseCode::InvalidCVV
| WorldpayvantivResponseCode::InvalidCardValidationNum
| WorldpayvantivResponseCode::ExpiredCard
| WorldpayvantivResponseCode::InvalidPin
| WorldpayvantivResponseCode::InvalidTransactionType
| WorldpayvantivResponseCode::AccountNumberNotOnFile
| WorldpayvantivResponseCode::AccountNumberLocked
| WorldpayvantivResponseCode::InvalidLocation
| WorldpayvantivResponseCode::InvalidMerchantId
| WorldpayvantivResponseCode::InvalidLocation2
| WorldpayvantivResponseCode::InvalidMerchantClassCode
| WorldpayvantivResponseCode::InvalidExpirationDate2
| WorldpayvantivResponseCode::InvalidData
| WorldpayvantivResponseCode::InvalidPin2
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2675,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2675_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::Authorizing),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureInitiated),
WorldpayvantivPaymentFlow::Void => Ok(common_enums::AttemptStatus::VoidInitiated),
WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidPostCaptureInitiated)
}
},
// Decline codes - all other response codes not listed above
WorldpayvantivResponseCode::InsufficientFunds
| WorldpayvantivResponseCode::CallIssuer
| WorldpayvantivResponseCode::ExceedsApprovalAmountLimit
| WorldpayvantivResponseCode::ExceedsActivityAmountLimit
| WorldpayvantivResponseCode::InvalidEffectiveDate
| WorldpayvantivResponseCode::InvalidAccountNumber
| WorldpayvantivResponseCode::AccountNumberDoesNotMatchPaymentType
| WorldpayvantivResponseCode::InvalidExpirationDate
| WorldpayvantivResponseCode::InvalidCVV
| WorldpayvantivResponseCode::InvalidCardValidationNum
| WorldpayvantivResponseCode::ExpiredCard
| WorldpayvantivResponseCode::InvalidPin
| WorldpayvantivResponseCode::InvalidTransactionType
| WorldpayvantivResponseCode::AccountNumberNotOnFile
| WorldpayvantivResponseCode::AccountNumberLocked
| WorldpayvantivResponseCode::InvalidLocation
| WorldpayvantivResponseCode::InvalidMerchantId
| WorldpayvantivResponseCode::InvalidLocation2
| WorldpayvantivResponseCode::InvalidMerchantClassCode
| WorldpayvantivResponseCode::InvalidExpirationDate2
| WorldpayvantivResponseCode::InvalidData
| WorldpayvantivResponseCode::InvalidPin2
| WorldpayvantivResponseCode::ExceedsNumberofPINEntryTries
| WorldpayvantivResponseCode::InvalidCryptoBox
| WorldpayvantivResponseCode::InvalidRequestFormat
| WorldpayvantivResponseCode::InvalidApplicationData
| WorldpayvantivResponseCode::InvalidMerchantCategoryCode
| WorldpayvantivResponseCode::TransactionCannotBeCompleted
| WorldpayvantivResponseCode::TransactionTypeNotSupportedForCard
| WorldpayvantivResponseCode::TransactionTypeNotAllowedAtTerminal
| WorldpayvantivResponseCode::GenericDecline
| WorldpayvantivResponseCode::DeclineByCard
| WorldpayvantivResponseCode::DoNotHonor
| WorldpayvantivResponseCode::InvalidMerchant
| WorldpayvantivResponseCode::PickUpCard
| WorldpayvantivResponseCode::CardOk
| WorldpayvantivResponseCode::CallVoiceOperator
| WorldpayvantivResponseCode::StopRecurring
| WorldpayvantivResponseCode::NoChecking
| WorldpayvantivResponseCode::NoCreditAccount
| WorldpayvantivResponseCode::NoCreditAccountType
| WorldpayvantivResponseCode::InvalidCreditPlan
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2675,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2700_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidLocation2
| WorldpayvantivResponseCode::InvalidMerchantClassCode
| WorldpayvantivResponseCode::InvalidExpirationDate2
| WorldpayvantivResponseCode::InvalidData
| WorldpayvantivResponseCode::InvalidPin2
| WorldpayvantivResponseCode::ExceedsNumberofPINEntryTries
| WorldpayvantivResponseCode::InvalidCryptoBox
| WorldpayvantivResponseCode::InvalidRequestFormat
| WorldpayvantivResponseCode::InvalidApplicationData
| WorldpayvantivResponseCode::InvalidMerchantCategoryCode
| WorldpayvantivResponseCode::TransactionCannotBeCompleted
| WorldpayvantivResponseCode::TransactionTypeNotSupportedForCard
| WorldpayvantivResponseCode::TransactionTypeNotAllowedAtTerminal
| WorldpayvantivResponseCode::GenericDecline
| WorldpayvantivResponseCode::DeclineByCard
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2700,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2700_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidLocation2
| WorldpayvantivResponseCode::InvalidMerchantClassCode
| WorldpayvantivResponseCode::InvalidExpirationDate2
| WorldpayvantivResponseCode::InvalidData
| WorldpayvantivResponseCode::InvalidPin2
| WorldpayvantivResponseCode::ExceedsNumberofPINEntryTries
| WorldpayvantivResponseCode::InvalidCryptoBox
| WorldpayvantivResponseCode::InvalidRequestFormat
| WorldpayvantivResponseCode::InvalidApplicationData
| WorldpayvantivResponseCode::InvalidMerchantCategoryCode
| WorldpayvantivResponseCode::TransactionCannotBeCompleted
| WorldpayvantivResponseCode::TransactionTypeNotSupportedForCard
| WorldpayvantivResponseCode::TransactionTypeNotAllowedAtTerminal
| WorldpayvantivResponseCode::GenericDecline
| WorldpayvantivResponseCode::DeclineByCard
| WorldpayvantivResponseCode::DoNotHonor
| WorldpayvantivResponseCode::InvalidMerchant
| WorldpayvantivResponseCode::PickUpCard
| WorldpayvantivResponseCode::CardOk
| WorldpayvantivResponseCode::CallVoiceOperator
| WorldpayvantivResponseCode::StopRecurring
| WorldpayvantivResponseCode::NoChecking
| WorldpayvantivResponseCode::NoCreditAccount
| WorldpayvantivResponseCode::NoCreditAccountType
| WorldpayvantivResponseCode::InvalidCreditPlan
| WorldpayvantivResponseCode::InvalidTransactionCode
| WorldpayvantivResponseCode::TransactionNotPermittedToCardholderAccount
| WorldpayvantivResponseCode::TransactionNotPermittedToMerchant
| WorldpayvantivResponseCode::PINTryExceeded
| WorldpayvantivResponseCode::SecurityViolation
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2700,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2700_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidLocation2
| WorldpayvantivResponseCode::InvalidMerchantClassCode
| WorldpayvantivResponseCode::InvalidExpirationDate2
| WorldpayvantivResponseCode::InvalidData
| WorldpayvantivResponseCode::InvalidPin2
| WorldpayvantivResponseCode::ExceedsNumberofPINEntryTries
| WorldpayvantivResponseCode::InvalidCryptoBox
| WorldpayvantivResponseCode::InvalidRequestFormat
| WorldpayvantivResponseCode::InvalidApplicationData
| WorldpayvantivResponseCode::InvalidMerchantCategoryCode
| WorldpayvantivResponseCode::TransactionCannotBeCompleted
| WorldpayvantivResponseCode::TransactionTypeNotSupportedForCard
| WorldpayvantivResponseCode::TransactionTypeNotAllowedAtTerminal
| WorldpayvantivResponseCode::GenericDecline
| WorldpayvantivResponseCode::DeclineByCard
| WorldpayvantivResponseCode::DoNotHonor
| WorldpayvantivResponseCode::InvalidMerchant
| WorldpayvantivResponseCode::PickUpCard
| WorldpayvantivResponseCode::CardOk
| WorldpayvantivResponseCode::CallVoiceOperator
| WorldpayvantivResponseCode::StopRecurring
| WorldpayvantivResponseCode::NoChecking
| WorldpayvantivResponseCode::NoCreditAccount
| WorldpayvantivResponseCode::NoCreditAccountType
| WorldpayvantivResponseCode::InvalidCreditPlan
| WorldpayvantivResponseCode::InvalidTransactionCode
| WorldpayvantivResponseCode::TransactionNotPermittedToCardholderAccount
| WorldpayvantivResponseCode::TransactionNotPermittedToMerchant
| WorldpayvantivResponseCode::PINTryExceeded
| WorldpayvantivResponseCode::SecurityViolation
| WorldpayvantivResponseCode::HardCapturePickUpCard
| WorldpayvantivResponseCode::ResponseReceivedTooLate
| WorldpayvantivResponseCode::SoftDecline
| WorldpayvantivResponseCode::ContactCardIssuer
| WorldpayvantivResponseCode::CallVoiceCenter
| WorldpayvantivResponseCode::InvalidMerchantTerminal
| WorldpayvantivResponseCode::InvalidAmount
| WorldpayvantivResponseCode::ResubmitTransaction
| WorldpayvantivResponseCode::InvalidTransaction
| WorldpayvantivResponseCode::MerchantNotFound
| WorldpayvantivResponseCode::PickUpCard2
| WorldpayvantivResponseCode::ExpiredCard2
| WorldpayvantivResponseCode::SuspectedFraud
| WorldpayvantivResponseCode::ContactCardIssuer2
| WorldpayvantivResponseCode::DoNotHonor2
| WorldpayvantivResponseCode::InvalidMerchant2
| WorldpayvantivResponseCode::InsufficientFunds2
| WorldpayvantivResponseCode::AccountNumberNotOnFile2
| WorldpayvantivResponseCode::InvalidAmount2
| WorldpayvantivResponseCode::InvalidCardNumber
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2700,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2725_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidTransactionCode
| WorldpayvantivResponseCode::TransactionNotPermittedToCardholderAccount
| WorldpayvantivResponseCode::TransactionNotPermittedToMerchant
| WorldpayvantivResponseCode::PINTryExceeded
| WorldpayvantivResponseCode::SecurityViolation
| WorldpayvantivResponseCode::HardCapturePickUpCard
| WorldpayvantivResponseCode::ResponseReceivedTooLate
| WorldpayvantivResponseCode::SoftDecline
| WorldpayvantivResponseCode::ContactCardIssuer
| WorldpayvantivResponseCode::CallVoiceCenter
| WorldpayvantivResponseCode::InvalidMerchantTerminal
| WorldpayvantivResponseCode::InvalidAmount
| WorldpayvantivResponseCode::ResubmitTransaction
| WorldpayvantivResponseCode::InvalidTransaction
| WorldpayvantivResponseCode::MerchantNotFound
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2725,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2725_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidTransactionCode
| WorldpayvantivResponseCode::TransactionNotPermittedToCardholderAccount
| WorldpayvantivResponseCode::TransactionNotPermittedToMerchant
| WorldpayvantivResponseCode::PINTryExceeded
| WorldpayvantivResponseCode::SecurityViolation
| WorldpayvantivResponseCode::HardCapturePickUpCard
| WorldpayvantivResponseCode::ResponseReceivedTooLate
| WorldpayvantivResponseCode::SoftDecline
| WorldpayvantivResponseCode::ContactCardIssuer
| WorldpayvantivResponseCode::CallVoiceCenter
| WorldpayvantivResponseCode::InvalidMerchantTerminal
| WorldpayvantivResponseCode::InvalidAmount
| WorldpayvantivResponseCode::ResubmitTransaction
| WorldpayvantivResponseCode::InvalidTransaction
| WorldpayvantivResponseCode::MerchantNotFound
| WorldpayvantivResponseCode::PickUpCard2
| WorldpayvantivResponseCode::ExpiredCard2
| WorldpayvantivResponseCode::SuspectedFraud
| WorldpayvantivResponseCode::ContactCardIssuer2
| WorldpayvantivResponseCode::DoNotHonor2
| WorldpayvantivResponseCode::InvalidMerchant2
| WorldpayvantivResponseCode::InsufficientFunds2
| WorldpayvantivResponseCode::AccountNumberNotOnFile2
| WorldpayvantivResponseCode::InvalidAmount2
| WorldpayvantivResponseCode::InvalidCardNumber
| WorldpayvantivResponseCode::InvalidExpirationDate3
| WorldpayvantivResponseCode::InvalidCVV2
| WorldpayvantivResponseCode::InvalidCardValidationNum2
| WorldpayvantivResponseCode::InvalidPin3
| WorldpayvantivResponseCode::CardRestricted
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2725,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2725_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidTransactionCode
| WorldpayvantivResponseCode::TransactionNotPermittedToCardholderAccount
| WorldpayvantivResponseCode::TransactionNotPermittedToMerchant
| WorldpayvantivResponseCode::PINTryExceeded
| WorldpayvantivResponseCode::SecurityViolation
| WorldpayvantivResponseCode::HardCapturePickUpCard
| WorldpayvantivResponseCode::ResponseReceivedTooLate
| WorldpayvantivResponseCode::SoftDecline
| WorldpayvantivResponseCode::ContactCardIssuer
| WorldpayvantivResponseCode::CallVoiceCenter
| WorldpayvantivResponseCode::InvalidMerchantTerminal
| WorldpayvantivResponseCode::InvalidAmount
| WorldpayvantivResponseCode::ResubmitTransaction
| WorldpayvantivResponseCode::InvalidTransaction
| WorldpayvantivResponseCode::MerchantNotFound
| WorldpayvantivResponseCode::PickUpCard2
| WorldpayvantivResponseCode::ExpiredCard2
| WorldpayvantivResponseCode::SuspectedFraud
| WorldpayvantivResponseCode::ContactCardIssuer2
| WorldpayvantivResponseCode::DoNotHonor2
| WorldpayvantivResponseCode::InvalidMerchant2
| WorldpayvantivResponseCode::InsufficientFunds2
| WorldpayvantivResponseCode::AccountNumberNotOnFile2
| WorldpayvantivResponseCode::InvalidAmount2
| WorldpayvantivResponseCode::InvalidCardNumber
| WorldpayvantivResponseCode::InvalidExpirationDate3
| WorldpayvantivResponseCode::InvalidCVV2
| WorldpayvantivResponseCode::InvalidCardValidationNum2
| WorldpayvantivResponseCode::InvalidPin3
| WorldpayvantivResponseCode::CardRestricted
| WorldpayvantivResponseCode::OverCreditLimit
| WorldpayvantivResponseCode::AccountClosed
| WorldpayvantivResponseCode::AccountFrozen
| WorldpayvantivResponseCode::InvalidTransactionType2
| WorldpayvantivResponseCode::InvalidMerchantId2
| WorldpayvantivResponseCode::ProcessorNotAvailable
| WorldpayvantivResponseCode::NetworkTimeOut
| WorldpayvantivResponseCode::SystemError
| WorldpayvantivResponseCode::DuplicateTransaction
| WorldpayvantivResponseCode::VoiceAuthRequired
| WorldpayvantivResponseCode::AuthenticationRequired
| WorldpayvantivResponseCode::SecurityCodeRequired
| WorldpayvantivResponseCode::SecurityCodeNotMatch
| WorldpayvantivResponseCode::ZipCodeNotMatch
| WorldpayvantivResponseCode::AddressNotMatch
| WorldpayvantivResponseCode::AVSFailure
| WorldpayvantivResponseCode::CVVFailure
| WorldpayvantivResponseCode::ServiceNotAllowed
| WorldpayvantivResponseCode::CreditNotSupported
| WorldpayvantivResponseCode::InvalidCreditAmount
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2725,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2750_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidExpirationDate3
| WorldpayvantivResponseCode::InvalidCVV2
| WorldpayvantivResponseCode::InvalidCardValidationNum2
| WorldpayvantivResponseCode::InvalidPin3
| WorldpayvantivResponseCode::CardRestricted
| WorldpayvantivResponseCode::OverCreditLimit
| WorldpayvantivResponseCode::AccountClosed
| WorldpayvantivResponseCode::AccountFrozen
| WorldpayvantivResponseCode::InvalidTransactionType2
| WorldpayvantivResponseCode::InvalidMerchantId2
| WorldpayvantivResponseCode::ProcessorNotAvailable
| WorldpayvantivResponseCode::NetworkTimeOut
| WorldpayvantivResponseCode::SystemError
| WorldpayvantivResponseCode::DuplicateTransaction
| WorldpayvantivResponseCode::VoiceAuthRequired
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2750,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2750_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidExpirationDate3
| WorldpayvantivResponseCode::InvalidCVV2
| WorldpayvantivResponseCode::InvalidCardValidationNum2
| WorldpayvantivResponseCode::InvalidPin3
| WorldpayvantivResponseCode::CardRestricted
| WorldpayvantivResponseCode::OverCreditLimit
| WorldpayvantivResponseCode::AccountClosed
| WorldpayvantivResponseCode::AccountFrozen
| WorldpayvantivResponseCode::InvalidTransactionType2
| WorldpayvantivResponseCode::InvalidMerchantId2
| WorldpayvantivResponseCode::ProcessorNotAvailable
| WorldpayvantivResponseCode::NetworkTimeOut
| WorldpayvantivResponseCode::SystemError
| WorldpayvantivResponseCode::DuplicateTransaction
| WorldpayvantivResponseCode::VoiceAuthRequired
| WorldpayvantivResponseCode::AuthenticationRequired
| WorldpayvantivResponseCode::SecurityCodeRequired
| WorldpayvantivResponseCode::SecurityCodeNotMatch
| WorldpayvantivResponseCode::ZipCodeNotMatch
| WorldpayvantivResponseCode::AddressNotMatch
| WorldpayvantivResponseCode::AVSFailure
| WorldpayvantivResponseCode::CVVFailure
| WorldpayvantivResponseCode::ServiceNotAllowed
| WorldpayvantivResponseCode::CreditNotSupported
| WorldpayvantivResponseCode::InvalidCreditAmount
| WorldpayvantivResponseCode::CreditAmountExceedsDebitAmount
| WorldpayvantivResponseCode::RefundNotSupported
| WorldpayvantivResponseCode::InvalidRefundAmount
| WorldpayvantivResponseCode::RefundAmountExceedsOriginalAmount
| WorldpayvantivResponseCode::VoidNotSupported
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2750,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2750_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::InvalidExpirationDate3
| WorldpayvantivResponseCode::InvalidCVV2
| WorldpayvantivResponseCode::InvalidCardValidationNum2
| WorldpayvantivResponseCode::InvalidPin3
| WorldpayvantivResponseCode::CardRestricted
| WorldpayvantivResponseCode::OverCreditLimit
| WorldpayvantivResponseCode::AccountClosed
| WorldpayvantivResponseCode::AccountFrozen
| WorldpayvantivResponseCode::InvalidTransactionType2
| WorldpayvantivResponseCode::InvalidMerchantId2
| WorldpayvantivResponseCode::ProcessorNotAvailable
| WorldpayvantivResponseCode::NetworkTimeOut
| WorldpayvantivResponseCode::SystemError
| WorldpayvantivResponseCode::DuplicateTransaction
| WorldpayvantivResponseCode::VoiceAuthRequired
| WorldpayvantivResponseCode::AuthenticationRequired
| WorldpayvantivResponseCode::SecurityCodeRequired
| WorldpayvantivResponseCode::SecurityCodeNotMatch
| WorldpayvantivResponseCode::ZipCodeNotMatch
| WorldpayvantivResponseCode::AddressNotMatch
| WorldpayvantivResponseCode::AVSFailure
| WorldpayvantivResponseCode::CVVFailure
| WorldpayvantivResponseCode::ServiceNotAllowed
| WorldpayvantivResponseCode::CreditNotSupported
| WorldpayvantivResponseCode::InvalidCreditAmount
| WorldpayvantivResponseCode::CreditAmountExceedsDebitAmount
| WorldpayvantivResponseCode::RefundNotSupported
| WorldpayvantivResponseCode::InvalidRefundAmount
| WorldpayvantivResponseCode::RefundAmountExceedsOriginalAmount
| WorldpayvantivResponseCode::VoidNotSupported
| WorldpayvantivResponseCode::VoidNotAllowed
| WorldpayvantivResponseCode::CaptureNotSupported
| WorldpayvantivResponseCode::CaptureNotAllowed
| WorldpayvantivResponseCode::InvalidCaptureAmount
| WorldpayvantivResponseCode::CaptureAmountExceedsAuthAmount
| WorldpayvantivResponseCode::TransactionAlreadySettled
| WorldpayvantivResponseCode::TransactionAlreadyVoided
| WorldpayvantivResponseCode::TransactionAlreadyCaptured
| WorldpayvantivResponseCode::TransactionNotFound => match flow {
WorldpayvantivPaymentFlow::Sale => Ok(common_enums::AttemptStatus::Failure),
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::AuthorizationFailed),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureFailed),
WorldpayvantivPaymentFlow::Void | WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidFailed)
}
},
}
}
fn is_payment_failure(status: common_enums::AttemptStatus) -> bool {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2750,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2775_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::CreditAmountExceedsDebitAmount
| WorldpayvantivResponseCode::RefundNotSupported
| WorldpayvantivResponseCode::InvalidRefundAmount
| WorldpayvantivResponseCode::RefundAmountExceedsOriginalAmount
| WorldpayvantivResponseCode::VoidNotSupported
| WorldpayvantivResponseCode::VoidNotAllowed
| WorldpayvantivResponseCode::CaptureNotSupported
| WorldpayvantivResponseCode::CaptureNotAllowed
| WorldpayvantivResponseCode::InvalidCaptureAmount
| WorldpayvantivResponseCode::CaptureAmountExceedsAuthAmount
| WorldpayvantivResponseCode::TransactionAlreadySettled
| WorldpayvantivResponseCode::TransactionAlreadyVoided
| WorldpayvantivResponseCode::TransactionAlreadyCaptured
| WorldpayvantivResponseCode::TransactionNotFound => match flow {
WorldpayvantivPaymentFlow::Sale => Ok(common_enums::AttemptStatus::Failure),
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2775,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2775_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::CreditAmountExceedsDebitAmount
| WorldpayvantivResponseCode::RefundNotSupported
| WorldpayvantivResponseCode::InvalidRefundAmount
| WorldpayvantivResponseCode::RefundAmountExceedsOriginalAmount
| WorldpayvantivResponseCode::VoidNotSupported
| WorldpayvantivResponseCode::VoidNotAllowed
| WorldpayvantivResponseCode::CaptureNotSupported
| WorldpayvantivResponseCode::CaptureNotAllowed
| WorldpayvantivResponseCode::InvalidCaptureAmount
| WorldpayvantivResponseCode::CaptureAmountExceedsAuthAmount
| WorldpayvantivResponseCode::TransactionAlreadySettled
| WorldpayvantivResponseCode::TransactionAlreadyVoided
| WorldpayvantivResponseCode::TransactionAlreadyCaptured
| WorldpayvantivResponseCode::TransactionNotFound => match flow {
WorldpayvantivPaymentFlow::Sale => Ok(common_enums::AttemptStatus::Failure),
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::AuthorizationFailed),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureFailed),
WorldpayvantivPaymentFlow::Void | WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidFailed)
}
},
}
}
fn is_payment_failure(status: common_enums::AttemptStatus) -> bool {
matches!(
status,
common_enums::AttemptStatus::Failure
| common_enums::AttemptStatus::AuthorizationFailed
| common_enums::AttemptStatus::CaptureFailed
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2775,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_2054780185909450401_2775_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/worldpayvantiv/transformers.rs
| WorldpayvantivResponseCode::CreditAmountExceedsDebitAmount
| WorldpayvantivResponseCode::RefundNotSupported
| WorldpayvantivResponseCode::InvalidRefundAmount
| WorldpayvantivResponseCode::RefundAmountExceedsOriginalAmount
| WorldpayvantivResponseCode::VoidNotSupported
| WorldpayvantivResponseCode::VoidNotAllowed
| WorldpayvantivResponseCode::CaptureNotSupported
| WorldpayvantivResponseCode::CaptureNotAllowed
| WorldpayvantivResponseCode::InvalidCaptureAmount
| WorldpayvantivResponseCode::CaptureAmountExceedsAuthAmount
| WorldpayvantivResponseCode::TransactionAlreadySettled
| WorldpayvantivResponseCode::TransactionAlreadyVoided
| WorldpayvantivResponseCode::TransactionAlreadyCaptured
| WorldpayvantivResponseCode::TransactionNotFound => match flow {
WorldpayvantivPaymentFlow::Sale => Ok(common_enums::AttemptStatus::Failure),
WorldpayvantivPaymentFlow::Auth => Ok(common_enums::AttemptStatus::AuthorizationFailed),
WorldpayvantivPaymentFlow::Capture => Ok(common_enums::AttemptStatus::CaptureFailed),
WorldpayvantivPaymentFlow::Void | WorldpayvantivPaymentFlow::VoidPC => {
Ok(common_enums::AttemptStatus::VoidFailed)
}
},
}
}
fn is_payment_failure(status: common_enums::AttemptStatus) -> bool {
matches!(
status,
common_enums::AttemptStatus::Failure
| common_enums::AttemptStatus::AuthorizationFailed
| common_enums::AttemptStatus::CaptureFailed
| common_enums::AttemptStatus::VoidFailed
)
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 33,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 2775,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_0_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
use common_enums::{self, enums, AttemptStatus, RefundStatus};
use common_utils::{consts, ext_traits::OptionExt, pii::Email, types::FloatMajorUnit};
use domain_types::{
connector_flow::{
Authorize, CreateConnectorCustomer, PSync, RSync, Refund, RepeatPayment, SetupMandate,
},
connector_types::{
ConnectorCustomerData, ConnectorCustomerResponse, MandateReference, MandateReferenceId,
PaymentFlowData, PaymentVoidData, PaymentsAuthorizeData, PaymentsCaptureData,
PaymentsResponseData, PaymentsSyncData, RefundFlowData, RefundSyncData, RefundsData,
RefundsResponseData, RepeatPaymentData, ResponseId, SetupMandateRequestData,
},
errors::ConnectorError,
payment_method_data::{
DefaultPCIHolder, PaymentMethodData, PaymentMethodDataTypes, RawCardNumber,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 0,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_0_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
use common_enums::{self, enums, AttemptStatus, RefundStatus};
use common_utils::{consts, ext_traits::OptionExt, pii::Email, types::FloatMajorUnit};
use domain_types::{
connector_flow::{
Authorize, CreateConnectorCustomer, PSync, RSync, Refund, RepeatPayment, SetupMandate,
},
connector_types::{
ConnectorCustomerData, ConnectorCustomerResponse, MandateReference, MandateReferenceId,
PaymentFlowData, PaymentVoidData, PaymentsAuthorizeData, PaymentsCaptureData,
PaymentsResponseData, PaymentsSyncData, RefundFlowData, RefundSyncData, RefundsData,
RefundsResponseData, RepeatPaymentData, ResponseId, SetupMandateRequestData,
},
errors::ConnectorError,
payment_method_data::{
DefaultPCIHolder, PaymentMethodData, PaymentMethodDataTypes, RawCardNumber,
VaultTokenHolder,
},
router_data::{ConnectorAuthType, ErrorResponse},
router_data_v2::RouterDataV2,
};
use crate::types::ResponseRouterData;
// Alias to make the transition easier
type HsInterfacesConnectorError = ConnectorError;
use std::str::FromStr;
use error_stack::ResultExt;
use hyperswitch_masking::{ExposeInterface, PeekInterface, Secret};
use rand::distributions::{Alphanumeric, DistString};
use serde::{Deserialize, Serialize};
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 0,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_0_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
use common_enums::{self, enums, AttemptStatus, RefundStatus};
use common_utils::{consts, ext_traits::OptionExt, pii::Email, types::FloatMajorUnit};
use domain_types::{
connector_flow::{
Authorize, CreateConnectorCustomer, PSync, RSync, Refund, RepeatPayment, SetupMandate,
},
connector_types::{
ConnectorCustomerData, ConnectorCustomerResponse, MandateReference, MandateReferenceId,
PaymentFlowData, PaymentVoidData, PaymentsAuthorizeData, PaymentsCaptureData,
PaymentsResponseData, PaymentsSyncData, RefundFlowData, RefundSyncData, RefundsData,
RefundsResponseData, RepeatPaymentData, ResponseId, SetupMandateRequestData,
},
errors::ConnectorError,
payment_method_data::{
DefaultPCIHolder, PaymentMethodData, PaymentMethodDataTypes, RawCardNumber,
VaultTokenHolder,
},
router_data::{ConnectorAuthType, ErrorResponse},
router_data_v2::RouterDataV2,
};
use crate::types::ResponseRouterData;
// Alias to make the transition easier
type HsInterfacesConnectorError = ConnectorError;
use std::str::FromStr;
use error_stack::ResultExt;
use hyperswitch_masking::{ExposeInterface, PeekInterface, Secret};
use rand::distributions::{Alphanumeric, DistString};
use serde::{Deserialize, Serialize};
use serde_with::skip_serializing_none;
use super::AuthorizedotnetRouterData;
type Error = error_stack::Report<domain_types::errors::ConnectorError>;
// Constants
const MAX_ID_LENGTH: usize = 20;
// Helper functions for creating RawCardNumber from string
fn create_raw_card_number_for_default_pci(
card_string: String,
) -> Result<RawCardNumber<DefaultPCIHolder>, Error> {
let card_number = cards::CardNumber::from_str(&card_string)
.change_context(ConnectorError::RequestEncodingFailed)?;
Ok(RawCardNumber(card_number))
}
fn create_raw_card_number_for_vault_token(card_string: String) -> RawCardNumber<VaultTokenHolder> {
RawCardNumber(card_string)
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 0,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_25_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
use error_stack::ResultExt;
use hyperswitch_masking::{ExposeInterface, PeekInterface, Secret};
use rand::distributions::{Alphanumeric, DistString};
use serde::{Deserialize, Serialize};
use serde_with::skip_serializing_none;
use super::AuthorizedotnetRouterData;
type Error = error_stack::Report<domain_types::errors::ConnectorError>;
// Constants
const MAX_ID_LENGTH: usize = 20;
// Helper functions for creating RawCardNumber from string
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 25,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_25_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
use error_stack::ResultExt;
use hyperswitch_masking::{ExposeInterface, PeekInterface, Secret};
use rand::distributions::{Alphanumeric, DistString};
use serde::{Deserialize, Serialize};
use serde_with::skip_serializing_none;
use super::AuthorizedotnetRouterData;
type Error = error_stack::Report<domain_types::errors::ConnectorError>;
// Constants
const MAX_ID_LENGTH: usize = 20;
// Helper functions for creating RawCardNumber from string
fn create_raw_card_number_for_default_pci(
card_string: String,
) -> Result<RawCardNumber<DefaultPCIHolder>, Error> {
let card_number = cards::CardNumber::from_str(&card_string)
.change_context(ConnectorError::RequestEncodingFailed)?;
Ok(RawCardNumber(card_number))
}
fn create_raw_card_number_for_vault_token(card_string: String) -> RawCardNumber<VaultTokenHolder> {
RawCardNumber(card_string)
}
fn get_random_string() -> String {
Alphanumeric.sample_string(&mut rand::thread_rng(), MAX_ID_LENGTH)
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 25,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_25_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
use error_stack::ResultExt;
use hyperswitch_masking::{ExposeInterface, PeekInterface, Secret};
use rand::distributions::{Alphanumeric, DistString};
use serde::{Deserialize, Serialize};
use serde_with::skip_serializing_none;
use super::AuthorizedotnetRouterData;
type Error = error_stack::Report<domain_types::errors::ConnectorError>;
// Constants
const MAX_ID_LENGTH: usize = 20;
// Helper functions for creating RawCardNumber from string
fn create_raw_card_number_for_default_pci(
card_string: String,
) -> Result<RawCardNumber<DefaultPCIHolder>, Error> {
let card_number = cards::CardNumber::from_str(&card_string)
.change_context(ConnectorError::RequestEncodingFailed)?;
Ok(RawCardNumber(card_number))
}
fn create_raw_card_number_for_vault_token(card_string: String) -> RawCardNumber<VaultTokenHolder> {
RawCardNumber(card_string)
}
fn get_random_string() -> String {
Alphanumeric.sample_string(&mut rand::thread_rng(), MAX_ID_LENGTH)
}
/// Returns invoice number if length <= MAX_ID_LENGTH, otherwise random string
fn get_invoice_number_or_random(merchant_order_reference_id: Option<String>) -> String {
match merchant_order_reference_id {
Some(num) if num.len() <= MAX_ID_LENGTH => num,
None | Some(_) => get_random_string(),
}
}
/// Returns customer ID only if length <= MAX_ID_LENGTH
fn validate_customer_id_length(customer_id: Option<String>) -> Option<String> {
customer_id.filter(|id| id.len() <= MAX_ID_LENGTH)
}
/// Convert metadata to UserFields with optional serialization
fn metadata_to_user_fields(
metadata: Option<serde_json::Value>,
needs_serialization: bool,
) -> Result<Option<UserFields>, Error> {
let meta = match metadata {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 25,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_50_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
fn get_random_string() -> String {
Alphanumeric.sample_string(&mut rand::thread_rng(), MAX_ID_LENGTH)
}
/// Returns invoice number if length <= MAX_ID_LENGTH, otherwise random string
fn get_invoice_number_or_random(merchant_order_reference_id: Option<String>) -> String {
match merchant_order_reference_id {
Some(num) if num.len() <= MAX_ID_LENGTH => num,
None | Some(_) => get_random_string(),
}
}
/// Returns customer ID only if length <= MAX_ID_LENGTH
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 50,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_50_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
fn get_random_string() -> String {
Alphanumeric.sample_string(&mut rand::thread_rng(), MAX_ID_LENGTH)
}
/// Returns invoice number if length <= MAX_ID_LENGTH, otherwise random string
fn get_invoice_number_or_random(merchant_order_reference_id: Option<String>) -> String {
match merchant_order_reference_id {
Some(num) if num.len() <= MAX_ID_LENGTH => num,
None | Some(_) => get_random_string(),
}
}
/// Returns customer ID only if length <= MAX_ID_LENGTH
fn validate_customer_id_length(customer_id: Option<String>) -> Option<String> {
customer_id.filter(|id| id.len() <= MAX_ID_LENGTH)
}
/// Convert metadata to UserFields with optional serialization
fn metadata_to_user_fields(
metadata: Option<serde_json::Value>,
needs_serialization: bool,
) -> Result<Option<UserFields>, Error> {
let meta = match metadata {
Some(m) => m,
None => return Ok(None),
};
let value = if needs_serialization {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 50,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_50_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
fn get_random_string() -> String {
Alphanumeric.sample_string(&mut rand::thread_rng(), MAX_ID_LENGTH)
}
/// Returns invoice number if length <= MAX_ID_LENGTH, otherwise random string
fn get_invoice_number_or_random(merchant_order_reference_id: Option<String>) -> String {
match merchant_order_reference_id {
Some(num) if num.len() <= MAX_ID_LENGTH => num,
None | Some(_) => get_random_string(),
}
}
/// Returns customer ID only if length <= MAX_ID_LENGTH
fn validate_customer_id_length(customer_id: Option<String>) -> Option<String> {
customer_id.filter(|id| id.len() <= MAX_ID_LENGTH)
}
/// Convert metadata to UserFields with optional serialization
fn metadata_to_user_fields(
metadata: Option<serde_json::Value>,
needs_serialization: bool,
) -> Result<Option<UserFields>, Error> {
let meta = match metadata {
Some(m) => m,
None => return Ok(None),
};
let value = if needs_serialization {
serde_json::to_value(meta).change_context(ConnectorError::RequestEncodingFailed)?
} else {
meta
};
Ok(Some(UserFields {
user_field: Vec::<UserField>::foreign_try_from(value)?,
}))
}
// // Helper traits for working with generic types
// trait RawCardNumberExt<T: PaymentMethodDataTypes> {
// fn peek(&self) -> &str;
// }
// trait CardExt<T: PaymentMethodDataTypes> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String>;
// }
// // Implementations for DefaultPCIHolder
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 50,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_75_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
Some(m) => m,
None => return Ok(None),
};
let value = if needs_serialization {
serde_json::to_value(meta).change_context(ConnectorError::RequestEncodingFailed)?
} else {
meta
};
Ok(Some(UserFields {
user_field: Vec::<UserField>::foreign_try_from(value)?,
}))
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 75,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_75_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
Some(m) => m,
None => return Ok(None),
};
let value = if needs_serialization {
serde_json::to_value(meta).change_context(ConnectorError::RequestEncodingFailed)?
} else {
meta
};
Ok(Some(UserFields {
user_field: Vec::<UserField>::foreign_try_from(value)?,
}))
}
// // Helper traits for working with generic types
// trait RawCardNumberExt<T: PaymentMethodDataTypes> {
// fn peek(&self) -> &str;
// }
// trait CardExt<T: PaymentMethodDataTypes> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String>;
// }
// // Implementations for DefaultPCIHolder
// impl RawCardNumberExt<DefaultPCIHolder> for RawCardNumber<DefaultPCIHolder> {
// fn peek(&self) -> &str {
// self.0.peek()
// }
// }
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 75,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_75_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
Some(m) => m,
None => return Ok(None),
};
let value = if needs_serialization {
serde_json::to_value(meta).change_context(ConnectorError::RequestEncodingFailed)?
} else {
meta
};
Ok(Some(UserFields {
user_field: Vec::<UserField>::foreign_try_from(value)?,
}))
}
// // Helper traits for working with generic types
// trait RawCardNumberExt<T: PaymentMethodDataTypes> {
// fn peek(&self) -> &str;
// }
// trait CardExt<T: PaymentMethodDataTypes> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String>;
// }
// // Implementations for DefaultPCIHolder
// impl RawCardNumberExt<DefaultPCIHolder> for RawCardNumber<DefaultPCIHolder> {
// fn peek(&self) -> &str {
// self.0.peek()
// }
// }
// impl CardExt<DefaultPCIHolder> for domain_types::payment_method_data::Card<DefaultPCIHolder> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String> {
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
// // Implementations for VaultTokenHolder
// impl RawCardNumberExt<VaultTokenHolder> for RawCardNumber<VaultTokenHolder> {
// fn peek(&self) -> &str {
// &self.0
// }
// }
// impl CardExt<VaultTokenHolder> for domain_types::payment_method_data::Card<VaultTokenHolder> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String> {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 75,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_100_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// impl RawCardNumberExt<DefaultPCIHolder> for RawCardNumber<DefaultPCIHolder> {
// fn peek(&self) -> &str {
// self.0.peek()
// }
// }
// impl CardExt<DefaultPCIHolder> for domain_types::payment_method_data::Card<DefaultPCIHolder> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String> {
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 100,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_100_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// impl RawCardNumberExt<DefaultPCIHolder> for RawCardNumber<DefaultPCIHolder> {
// fn peek(&self) -> &str {
// self.0.peek()
// }
// }
// impl CardExt<DefaultPCIHolder> for domain_types::payment_method_data::Card<DefaultPCIHolder> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String> {
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
// // Implementations for VaultTokenHolder
// impl RawCardNumberExt<VaultTokenHolder> for RawCardNumber<VaultTokenHolder> {
// fn peek(&self) -> &str {
// &self.0
// }
// }
// impl CardExt<VaultTokenHolder> for domain_types::payment_method_data::Card<VaultTokenHolder> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String> {
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 100,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_100_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// impl RawCardNumberExt<DefaultPCIHolder> for RawCardNumber<DefaultPCIHolder> {
// fn peek(&self) -> &str {
// self.0.peek()
// }
// }
// impl CardExt<DefaultPCIHolder> for domain_types::payment_method_data::Card<DefaultPCIHolder> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String> {
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
// // Implementations for VaultTokenHolder
// impl RawCardNumberExt<VaultTokenHolder> for RawCardNumber<VaultTokenHolder> {
// fn peek(&self) -> &str {
// &self.0
// }
// }
// impl CardExt<VaultTokenHolder> for domain_types::payment_method_data::Card<VaultTokenHolder> {
// fn get_expiry_date_as_yyyymm(&self, separator: &str) -> Secret<String> {
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
// Wrapper for RawCardNumber to provide construction methods
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
pub struct AuthorizedotnetRawCardNumber<T: PaymentMethodDataTypes>(pub RawCardNumber<T>);
impl AuthorizedotnetRawCardNumber<DefaultPCIHolder> {
pub fn from_card_number_string(card_number: String) -> Result<Self, Error> {
let card_number = cards::CardNumber::from_str(&card_number)
.change_context(ConnectorError::RequestEncodingFailed)?;
Ok(AuthorizedotnetRawCardNumber(RawCardNumber(card_number)))
}
}
impl AuthorizedotnetRawCardNumber<VaultTokenHolder> {
pub fn from_token_string(token: String) -> Self {
AuthorizedotnetRawCardNumber(RawCardNumber(token))
}
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 100,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_125_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
// Wrapper for RawCardNumber to provide construction methods
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
pub struct AuthorizedotnetRawCardNumber<T: PaymentMethodDataTypes>(pub RawCardNumber<T>);
impl AuthorizedotnetRawCardNumber<DefaultPCIHolder> {
pub fn from_card_number_string(card_number: String) -> Result<Self, Error> {
let card_number = cards::CardNumber::from_str(&card_number)
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 125,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_125_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
// Wrapper for RawCardNumber to provide construction methods
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
pub struct AuthorizedotnetRawCardNumber<T: PaymentMethodDataTypes>(pub RawCardNumber<T>);
impl AuthorizedotnetRawCardNumber<DefaultPCIHolder> {
pub fn from_card_number_string(card_number: String) -> Result<Self, Error> {
let card_number = cards::CardNumber::from_str(&card_number)
.change_context(ConnectorError::RequestEncodingFailed)?;
Ok(AuthorizedotnetRawCardNumber(RawCardNumber(card_number)))
}
}
impl AuthorizedotnetRawCardNumber<VaultTokenHolder> {
pub fn from_token_string(token: String) -> Self {
AuthorizedotnetRawCardNumber(RawCardNumber(token))
}
}
// Implement From to convert back to RawCardNumber
impl<T: PaymentMethodDataTypes> From<AuthorizedotnetRawCardNumber<T>> for RawCardNumber<T> {
fn from(wrapper: AuthorizedotnetRawCardNumber<T>) -> Self {
wrapper.0
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 125,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_125_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Secret::new(format!("{}{}{}",
// self.card_exp_year.peek(),
// separator,
// self.card_exp_month.peek()
// ))
// }
// }
// Wrapper for RawCardNumber to provide construction methods
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
pub struct AuthorizedotnetRawCardNumber<T: PaymentMethodDataTypes>(pub RawCardNumber<T>);
impl AuthorizedotnetRawCardNumber<DefaultPCIHolder> {
pub fn from_card_number_string(card_number: String) -> Result<Self, Error> {
let card_number = cards::CardNumber::from_str(&card_number)
.change_context(ConnectorError::RequestEncodingFailed)?;
Ok(AuthorizedotnetRawCardNumber(RawCardNumber(card_number)))
}
}
impl AuthorizedotnetRawCardNumber<VaultTokenHolder> {
pub fn from_token_string(token: String) -> Self {
AuthorizedotnetRawCardNumber(RawCardNumber(token))
}
}
// Implement From to convert back to RawCardNumber
impl<T: PaymentMethodDataTypes> From<AuthorizedotnetRawCardNumber<T>> for RawCardNumber<T> {
fn from(wrapper: AuthorizedotnetRawCardNumber<T>) -> Self {
wrapper.0
}
}
// Re-export common enums for use in this file
pub mod api_enums {
pub use common_enums::Currency;
}
pub trait ForeignTryFrom<F>: Sized {
type Error;
fn foreign_try_from(from: F) -> Result<Self, Self::Error>;
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct MerchantAuthentication {
name: Secret<String>,
transaction_key: Secret<String>,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 125,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_150_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Implement From to convert back to RawCardNumber
impl<T: PaymentMethodDataTypes> From<AuthorizedotnetRawCardNumber<T>> for RawCardNumber<T> {
fn from(wrapper: AuthorizedotnetRawCardNumber<T>) -> Self {
wrapper.0
}
}
// Re-export common enums for use in this file
pub mod api_enums {
pub use common_enums::Currency;
}
pub trait ForeignTryFrom<F>: Sized {
type Error;
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 150,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_150_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Implement From to convert back to RawCardNumber
impl<T: PaymentMethodDataTypes> From<AuthorizedotnetRawCardNumber<T>> for RawCardNumber<T> {
fn from(wrapper: AuthorizedotnetRawCardNumber<T>) -> Self {
wrapper.0
}
}
// Re-export common enums for use in this file
pub mod api_enums {
pub use common_enums::Currency;
}
pub trait ForeignTryFrom<F>: Sized {
type Error;
fn foreign_try_from(from: F) -> Result<Self, Self::Error>;
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct MerchantAuthentication {
name: Secret<String>,
transaction_key: Secret<String>,
}
impl TryFrom<&ConnectorAuthType> for MerchantAuthentication {
type Error = Error;
fn try_from(auth_type: &ConnectorAuthType) -> Result<Self, Self::Error> {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 150,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_150_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Implement From to convert back to RawCardNumber
impl<T: PaymentMethodDataTypes> From<AuthorizedotnetRawCardNumber<T>> for RawCardNumber<T> {
fn from(wrapper: AuthorizedotnetRawCardNumber<T>) -> Self {
wrapper.0
}
}
// Re-export common enums for use in this file
pub mod api_enums {
pub use common_enums::Currency;
}
pub trait ForeignTryFrom<F>: Sized {
type Error;
fn foreign_try_from(from: F) -> Result<Self, Self::Error>;
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct MerchantAuthentication {
name: Secret<String>,
transaction_key: Secret<String>,
}
impl TryFrom<&ConnectorAuthType> for MerchantAuthentication {
type Error = Error;
fn try_from(auth_type: &ConnectorAuthType) -> Result<Self, Self::Error> {
match auth_type {
ConnectorAuthType::BodyKey { api_key, key1 } => Ok(Self {
name: api_key.clone(),
transaction_key: key1.clone(),
}),
_ => Err(error_stack::report!(ConnectorError::FailedToObtainAuthType)),
}
}
}
impl ForeignTryFrom<serde_json::Value> for Vec<UserField> {
type Error = Error;
fn foreign_try_from(metadata: serde_json::Value) -> Result<Self, Self::Error> {
let mut vector = Self::new();
if let serde_json::Value::Object(obj) = metadata {
for (key, value) in obj {
vector.push(UserField {
name: key,
value: match value {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 150,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_175_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
impl TryFrom<&ConnectorAuthType> for MerchantAuthentication {
type Error = Error;
fn try_from(auth_type: &ConnectorAuthType) -> Result<Self, Self::Error> {
match auth_type {
ConnectorAuthType::BodyKey { api_key, key1 } => Ok(Self {
name: api_key.clone(),
transaction_key: key1.clone(),
}),
_ => Err(error_stack::report!(ConnectorError::FailedToObtainAuthType)),
}
}
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 175,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_175_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
impl TryFrom<&ConnectorAuthType> for MerchantAuthentication {
type Error = Error;
fn try_from(auth_type: &ConnectorAuthType) -> Result<Self, Self::Error> {
match auth_type {
ConnectorAuthType::BodyKey { api_key, key1 } => Ok(Self {
name: api_key.clone(),
transaction_key: key1.clone(),
}),
_ => Err(error_stack::report!(ConnectorError::FailedToObtainAuthType)),
}
}
}
impl ForeignTryFrom<serde_json::Value> for Vec<UserField> {
type Error = Error;
fn foreign_try_from(metadata: serde_json::Value) -> Result<Self, Self::Error> {
let mut vector = Self::new();
if let serde_json::Value::Object(obj) = metadata {
for (key, value) in obj {
vector.push(UserField {
name: key,
value: match value {
serde_json::Value::String(s) => s,
_ => value.to_string(),
},
});
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 175,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_175_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
impl TryFrom<&ConnectorAuthType> for MerchantAuthentication {
type Error = Error;
fn try_from(auth_type: &ConnectorAuthType) -> Result<Self, Self::Error> {
match auth_type {
ConnectorAuthType::BodyKey { api_key, key1 } => Ok(Self {
name: api_key.clone(),
transaction_key: key1.clone(),
}),
_ => Err(error_stack::report!(ConnectorError::FailedToObtainAuthType)),
}
}
}
impl ForeignTryFrom<serde_json::Value> for Vec<UserField> {
type Error = Error;
fn foreign_try_from(metadata: serde_json::Value) -> Result<Self, Self::Error> {
let mut vector = Self::new();
if let serde_json::Value::Object(obj) = metadata {
for (key, value) in obj {
vector.push(UserField {
name: key,
value: match value {
serde_json::Value::String(s) => s,
_ => value.to_string(),
},
});
}
}
Ok(vector)
}
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum AuthorizationType {
Final,
Pre,
}
impl TryFrom<enums::CaptureMethod> for AuthorizationType {
type Error = error_stack::Report<domain_types::errors::ConnectorError>;
fn try_from(capture_method: enums::CaptureMethod) -> Result<Self, Self::Error> {
match capture_method {
enums::CaptureMethod::Manual => Ok(Self::Pre),
enums::CaptureMethod::SequentialAutomatic | enums::CaptureMethod::Automatic => {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 175,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_200_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
serde_json::Value::String(s) => s,
_ => value.to_string(),
},
});
}
}
Ok(vector)
}
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum AuthorizationType {
Final,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 200,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_200_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
serde_json::Value::String(s) => s,
_ => value.to_string(),
},
});
}
}
Ok(vector)
}
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum AuthorizationType {
Final,
Pre,
}
impl TryFrom<enums::CaptureMethod> for AuthorizationType {
type Error = error_stack::Report<domain_types::errors::ConnectorError>;
fn try_from(capture_method: enums::CaptureMethod) -> Result<Self, Self::Error> {
match capture_method {
enums::CaptureMethod::Manual => Ok(Self::Pre),
enums::CaptureMethod::SequentialAutomatic | enums::CaptureMethod::Automatic => {
Ok(Self::Final)
}
enums::CaptureMethod::ManualMultiple | enums::CaptureMethod::Scheduled => {
Err(error_stack::report!(ConnectorError::NotSupported {
message: "Capture method not supported".to_string(),
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 200,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_200_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
serde_json::Value::String(s) => s,
_ => value.to_string(),
},
});
}
}
Ok(vector)
}
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum AuthorizationType {
Final,
Pre,
}
impl TryFrom<enums::CaptureMethod> for AuthorizationType {
type Error = error_stack::Report<domain_types::errors::ConnectorError>;
fn try_from(capture_method: enums::CaptureMethod) -> Result<Self, Self::Error> {
match capture_method {
enums::CaptureMethod::Manual => Ok(Self::Pre),
enums::CaptureMethod::SequentialAutomatic | enums::CaptureMethod::Automatic => {
Ok(Self::Final)
}
enums::CaptureMethod::ManualMultiple | enums::CaptureMethod::Scheduled => {
Err(error_stack::report!(ConnectorError::NotSupported {
message: "Capture method not supported".to_string(),
connector: "authorizedotnet",
}))?
}
}
}
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct CreditCardDetails<T: PaymentMethodDataTypes> {
card_number: RawCardNumber<T>,
expiration_date: Secret<String>, // YYYY-MM
card_code: Option<Secret<String>>,
}
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub enum PaymentDetails<T: PaymentMethodDataTypes> {
CreditCard(CreditCardDetails<T>),
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 200,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_225_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
Ok(Self::Final)
}
enums::CaptureMethod::ManualMultiple | enums::CaptureMethod::Scheduled => {
Err(error_stack::report!(ConnectorError::NotSupported {
message: "Capture method not supported".to_string(),
connector: "authorizedotnet",
}))?
}
}
}
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 225,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_225_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
Ok(Self::Final)
}
enums::CaptureMethod::ManualMultiple | enums::CaptureMethod::Scheduled => {
Err(error_stack::report!(ConnectorError::NotSupported {
message: "Capture method not supported".to_string(),
connector: "authorizedotnet",
}))?
}
}
}
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct CreditCardDetails<T: PaymentMethodDataTypes> {
card_number: RawCardNumber<T>,
expiration_date: Secret<String>, // YYYY-MM
card_code: Option<Secret<String>>,
}
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub enum PaymentDetails<T: PaymentMethodDataTypes> {
CreditCard(CreditCardDetails<T>),
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 225,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_225_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
Ok(Self::Final)
}
enums::CaptureMethod::ManualMultiple | enums::CaptureMethod::Scheduled => {
Err(error_stack::report!(ConnectorError::NotSupported {
message: "Capture method not supported".to_string(),
connector: "authorizedotnet",
}))?
}
}
}
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct CreditCardDetails<T: PaymentMethodDataTypes> {
card_number: RawCardNumber<T>,
expiration_date: Secret<String>, // YYYY-MM
card_code: Option<Secret<String>>,
}
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub enum PaymentDetails<T: PaymentMethodDataTypes> {
CreditCard(CreditCardDetails<T>),
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub enum TransactionType {
AuthOnlyTransaction,
AuthCaptureTransaction,
PriorAuthCaptureTransaction,
VoidTransaction,
RefundTransaction,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct Order {
invoice_number: String,
description: String,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct BillTo {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 225,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_250_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub enum TransactionType {
AuthOnlyTransaction,
AuthCaptureTransaction,
PriorAuthCaptureTransaction,
VoidTransaction,
RefundTransaction,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize, Deserialize, Clone)]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 250,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_250_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub enum TransactionType {
AuthOnlyTransaction,
AuthCaptureTransaction,
PriorAuthCaptureTransaction,
VoidTransaction,
RefundTransaction,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct Order {
invoice_number: String,
description: String,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct BillTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 250,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_250_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub enum TransactionType {
AuthOnlyTransaction,
AuthCaptureTransaction,
PriorAuthCaptureTransaction,
VoidTransaction,
RefundTransaction,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize, Deserialize, Clone)]
#[serde(rename_all = "camelCase")]
pub struct Order {
invoice_number: String,
description: String,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct BillTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
zip: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ShipTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
company: Option<String>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<String>,
zip: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 250,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_275_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
zip: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ShipTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 275,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_275_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
zip: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ShipTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
company: Option<String>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<String>,
zip: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CustomerDetails {
id: String,
email: Option<Email>,
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 275,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_275_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
zip: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ShipTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
company: Option<String>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<String>,
zip: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CustomerDetails {
id: String,
email: Option<Email>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserField {
name: String,
value: String,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserFields {
user_field: Vec<UserField>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ProcessingOptions {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 275,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_300_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[serde(rename_all = "camelCase")]
pub struct CustomerDetails {
id: String,
email: Option<Email>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserField {
name: String,
value: String,
}
#[skip_serializing_none]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 300,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_300_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[serde(rename_all = "camelCase")]
pub struct CustomerDetails {
id: String,
email: Option<Email>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserField {
name: String,
value: String,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserFields {
user_field: Vec<UserField>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ProcessingOptions {
is_subsequent_auth: bool,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 300,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_300_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[serde(rename_all = "camelCase")]
pub struct CustomerDetails {
id: String,
email: Option<Email>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserField {
name: String,
value: String,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserFields {
user_field: Vec<UserField>,
}
#[skip_serializing_none]
#[derive(Debug, Default, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct ProcessingOptions {
is_subsequent_auth: bool,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct SubsequentAuthInformation {
original_network_trans_id: Secret<String>,
reason: Reason,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum Reason {
Resubmission,
#[serde(rename = "delayedCharge")]
DelayedCharge,
Reauthorization,
#[serde(rename = "noShow")]
NoShow,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
struct AuthorizationIndicator {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 300,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_325_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
is_subsequent_auth: bool,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct SubsequentAuthInformation {
original_network_trans_id: Secret<String>,
reason: Reason,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum Reason {
Resubmission,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 325,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_325_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
is_subsequent_auth: bool,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct SubsequentAuthInformation {
original_network_trans_id: Secret<String>,
reason: Reason,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum Reason {
Resubmission,
#[serde(rename = "delayedCharge")]
DelayedCharge,
Reauthorization,
#[serde(rename = "noShow")]
NoShow,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
struct AuthorizationIndicator {
authorization_indicator: AuthorizationType,
}
#[derive(Debug, Serialize)]
#[serde(untagged)]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 325,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_325_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
is_subsequent_auth: bool,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct SubsequentAuthInformation {
original_network_trans_id: Secret<String>,
reason: Reason,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum Reason {
Resubmission,
#[serde(rename = "delayedCharge")]
DelayedCharge,
Reauthorization,
#[serde(rename = "noShow")]
NoShow,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
struct AuthorizationIndicator {
authorization_indicator: AuthorizationType,
}
#[derive(Debug, Serialize)]
#[serde(untagged)]
pub enum ProfileDetails {
CreateProfileDetails(CreateProfileDetails),
CustomerProfileDetails(CustomerProfileDetails),
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CreateProfileDetails {
create_profile: bool,
customer_profile_id: Option<Secret<String>>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CustomerProfileDetails {
customer_profile_id: Secret<String>,
payment_profile: PaymentProfileDetails,
}
#[derive(Debug, Serialize)]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 325,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_350_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
authorization_indicator: AuthorizationType,
}
#[derive(Debug, Serialize)]
#[serde(untagged)]
pub enum ProfileDetails {
CreateProfileDetails(CreateProfileDetails),
CustomerProfileDetails(CustomerProfileDetails),
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CreateProfileDetails {
create_profile: bool,
customer_profile_id: Option<Secret<String>>,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 350,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_350_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
authorization_indicator: AuthorizationType,
}
#[derive(Debug, Serialize)]
#[serde(untagged)]
pub enum ProfileDetails {
CreateProfileDetails(CreateProfileDetails),
CustomerProfileDetails(CustomerProfileDetails),
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CreateProfileDetails {
create_profile: bool,
customer_profile_id: Option<Secret<String>>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CustomerProfileDetails {
customer_profile_id: Secret<String>,
payment_profile: PaymentProfileDetails,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct PaymentProfileDetails {
payment_profile_id: Secret<String>,
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 350,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_350_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
authorization_indicator: AuthorizationType,
}
#[derive(Debug, Serialize)]
#[serde(untagged)]
pub enum ProfileDetails {
CreateProfileDetails(CreateProfileDetails),
CustomerProfileDetails(CustomerProfileDetails),
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CreateProfileDetails {
create_profile: bool,
customer_profile_id: Option<Secret<String>>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CustomerProfileDetails {
customer_profile_id: Secret<String>,
payment_profile: PaymentProfileDetails,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct PaymentProfileDetails {
payment_profile_id: Secret<String>,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct AuthorizedotnetTransactionRequest<T: PaymentMethodDataTypes> {
// General structure for transaction details in Authorize
transaction_type: TransactionType,
amount: Option<FloatMajorUnit>,
currency_code: Option<api_enums::Currency>,
payment: Option<PaymentDetails<T>>,
profile: Option<ProfileDetails>,
order: Option<Order>,
customer: Option<CustomerDetails>,
bill_to: Option<BillTo>,
user_fields: Option<UserFields>,
processing_options: Option<ProcessingOptions>,
subsequent_auth_information: Option<SubsequentAuthInformation>,
authorization_indicator_type: Option<AuthorizationIndicator>,
ref_trans_id: Option<String>,
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 350,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_375_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[serde(rename_all = "camelCase")]
pub struct PaymentProfileDetails {
payment_profile_id: Secret<String>,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct AuthorizedotnetTransactionRequest<T: PaymentMethodDataTypes> {
// General structure for transaction details in Authorize
transaction_type: TransactionType,
amount: Option<FloatMajorUnit>,
currency_code: Option<api_enums::Currency>,
payment: Option<PaymentDetails<T>>,
profile: Option<ProfileDetails>,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 375,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_375_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[serde(rename_all = "camelCase")]
pub struct PaymentProfileDetails {
payment_profile_id: Secret<String>,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct AuthorizedotnetTransactionRequest<T: PaymentMethodDataTypes> {
// General structure for transaction details in Authorize
transaction_type: TransactionType,
amount: Option<FloatMajorUnit>,
currency_code: Option<api_enums::Currency>,
payment: Option<PaymentDetails<T>>,
profile: Option<ProfileDetails>,
order: Option<Order>,
customer: Option<CustomerDetails>,
bill_to: Option<BillTo>,
user_fields: Option<UserFields>,
processing_options: Option<ProcessingOptions>,
subsequent_auth_information: Option<SubsequentAuthInformation>,
authorization_indicator_type: Option<AuthorizationIndicator>,
ref_trans_id: Option<String>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSettings {
setting: Vec<TransactionSetting>,
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 375,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_375_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[serde(rename_all = "camelCase")]
pub struct PaymentProfileDetails {
payment_profile_id: Secret<String>,
}
#[skip_serializing_none]
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct AuthorizedotnetTransactionRequest<T: PaymentMethodDataTypes> {
// General structure for transaction details in Authorize
transaction_type: TransactionType,
amount: Option<FloatMajorUnit>,
currency_code: Option<api_enums::Currency>,
payment: Option<PaymentDetails<T>>,
profile: Option<ProfileDetails>,
order: Option<Order>,
customer: Option<CustomerDetails>,
bill_to: Option<BillTo>,
user_fields: Option<UserFields>,
processing_options: Option<ProcessingOptions>,
subsequent_auth_information: Option<SubsequentAuthInformation>,
authorization_indicator_type: Option<AuthorizationIndicator>,
ref_trans_id: Option<String>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSettings {
setting: Vec<TransactionSetting>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSetting {
setting_name: String,
setting_value: String,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CreateTransactionRequest<T: PaymentMethodDataTypes> {
// Used by Authorize Flow, wraps the general transaction request
merchant_authentication: AuthorizedotnetAuthType,
ref_id: Option<String>,
transaction_request: AuthorizedotnetTransactionRequest<T>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct AuthorizedotnetPaymentsRequest<T: PaymentMethodDataTypes> {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 375,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_400_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSettings {
setting: Vec<TransactionSetting>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSetting {
setting_name: String,
setting_value: String,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 400,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_400_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSettings {
setting: Vec<TransactionSetting>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSetting {
setting_name: String,
setting_value: String,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CreateTransactionRequest<T: PaymentMethodDataTypes> {
// Used by Authorize Flow, wraps the general transaction request
merchant_authentication: AuthorizedotnetAuthType,
ref_id: Option<String>,
transaction_request: AuthorizedotnetTransactionRequest<T>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct AuthorizedotnetPaymentsRequest<T: PaymentMethodDataTypes> {
// Top-level wrapper for Authorize Flow
create_transaction_request: CreateTransactionRequest<T>,
}
// Implementation for owned RouterData that doesn't depend on reference version
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 400,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_400_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSettings {
setting: Vec<TransactionSetting>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct TransactionSetting {
setting_name: String,
setting_value: String,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CreateTransactionRequest<T: PaymentMethodDataTypes> {
// Used by Authorize Flow, wraps the general transaction request
merchant_authentication: AuthorizedotnetAuthType,
ref_id: Option<String>,
transaction_request: AuthorizedotnetTransactionRequest<T>,
}
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct AuthorizedotnetPaymentsRequest<T: PaymentMethodDataTypes> {
// Top-level wrapper for Authorize Flow
create_transaction_request: CreateTransactionRequest<T>,
}
// Implementation for owned RouterData that doesn't depend on reference version
impl<
T: PaymentMethodDataTypes
+ std::fmt::Debug
+ std::marker::Sync
+ std::marker::Send
+ 'static
+ Serialize,
>
TryFrom<
AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
PaymentFlowData,
PaymentsAuthorizeData<T>,
PaymentsResponseData,
>,
T,
>,
> for AuthorizedotnetPaymentsRequest<T>
{
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 400,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_425_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Top-level wrapper for Authorize Flow
create_transaction_request: CreateTransactionRequest<T>,
}
// Implementation for owned RouterData that doesn't depend on reference version
impl<
T: PaymentMethodDataTypes
+ std::fmt::Debug
+ std::marker::Sync
+ std::marker::Send
+ 'static
+ Serialize,
>
TryFrom<
AuthorizedotnetRouterData<
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 425,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_425_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Top-level wrapper for Authorize Flow
create_transaction_request: CreateTransactionRequest<T>,
}
// Implementation for owned RouterData that doesn't depend on reference version
impl<
T: PaymentMethodDataTypes
+ std::fmt::Debug
+ std::marker::Sync
+ std::marker::Send
+ 'static
+ Serialize,
>
TryFrom<
AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
PaymentFlowData,
PaymentsAuthorizeData<T>,
PaymentsResponseData,
>,
T,
>,
> for AuthorizedotnetPaymentsRequest<T>
{
type Error = Error;
fn try_from(
item: AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 425,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_425_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
// Top-level wrapper for Authorize Flow
create_transaction_request: CreateTransactionRequest<T>,
}
// Implementation for owned RouterData that doesn't depend on reference version
impl<
T: PaymentMethodDataTypes
+ std::fmt::Debug
+ std::marker::Sync
+ std::marker::Send
+ 'static
+ Serialize,
>
TryFrom<
AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
PaymentFlowData,
PaymentsAuthorizeData<T>,
PaymentsResponseData,
>,
T,
>,
> for AuthorizedotnetPaymentsRequest<T>
{
type Error = Error;
fn try_from(
item: AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
PaymentFlowData,
PaymentsAuthorizeData<T>,
PaymentsResponseData,
>,
T,
>,
) -> Result<Self, Self::Error> {
let merchant_authentication =
AuthorizedotnetAuthType::try_from(&item.router_data.connector_auth_type)?;
let currency_str = item.router_data.request.currency.to_string();
let currency = api_enums::Currency::from_str(¤cy_str)
.map_err(|_| error_stack::report!(ConnectorError::RequestEncodingFailed))?;
// Always create regular transaction request (mandate logic moved to RepeatPayment flow)
let transaction_request = create_regular_transaction_request(&item, currency)?;
let ref_id = Some(
item.router_data
.resource_common_data
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 425,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_450_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
type Error = Error;
fn try_from(
item: AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
PaymentFlowData,
PaymentsAuthorizeData<T>,
PaymentsResponseData,
>,
T,
>,
) -> Result<Self, Self::Error> {
let merchant_authentication =
AuthorizedotnetAuthType::try_from(&item.router_data.connector_auth_type)?;
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 450,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_450_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
type Error = Error;
fn try_from(
item: AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
PaymentFlowData,
PaymentsAuthorizeData<T>,
PaymentsResponseData,
>,
T,
>,
) -> Result<Self, Self::Error> {
let merchant_authentication =
AuthorizedotnetAuthType::try_from(&item.router_data.connector_auth_type)?;
let currency_str = item.router_data.request.currency.to_string();
let currency = api_enums::Currency::from_str(¤cy_str)
.map_err(|_| error_stack::report!(ConnectorError::RequestEncodingFailed))?;
// Always create regular transaction request (mandate logic moved to RepeatPayment flow)
let transaction_request = create_regular_transaction_request(&item, currency)?;
let ref_id = Some(
item.router_data
.resource_common_data
.connector_request_reference_id
.clone(),
)
.filter(|id| id.len() <= MAX_ID_LENGTH);
let create_transaction_request = CreateTransactionRequest {
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 450,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_450_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
type Error = Error;
fn try_from(
item: AuthorizedotnetRouterData<
RouterDataV2<
Authorize,
PaymentFlowData,
PaymentsAuthorizeData<T>,
PaymentsResponseData,
>,
T,
>,
) -> Result<Self, Self::Error> {
let merchant_authentication =
AuthorizedotnetAuthType::try_from(&item.router_data.connector_auth_type)?;
let currency_str = item.router_data.request.currency.to_string();
let currency = api_enums::Currency::from_str(¤cy_str)
.map_err(|_| error_stack::report!(ConnectorError::RequestEncodingFailed))?;
// Always create regular transaction request (mandate logic moved to RepeatPayment flow)
let transaction_request = create_regular_transaction_request(&item, currency)?;
let ref_id = Some(
item.router_data
.resource_common_data
.connector_request_reference_id
.clone(),
)
.filter(|id| id.len() <= MAX_ID_LENGTH);
let create_transaction_request = CreateTransactionRequest {
merchant_authentication,
ref_id,
transaction_request,
};
Ok(AuthorizedotnetPaymentsRequest {
create_transaction_request,
})
}
}
// Helper function to create regular transaction request (non-mandate)
fn create_regular_transaction_request<
T: PaymentMethodDataTypes
+ std::fmt::Debug
+ std::marker::Sync
+ std::marker::Send
+ 'static
+ Serialize,
>(
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 450,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_475_15 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
.connector_request_reference_id
.clone(),
)
.filter(|id| id.len() <= MAX_ID_LENGTH);
let create_transaction_request = CreateTransactionRequest {
merchant_authentication,
ref_id,
transaction_request,
};
Ok(AuthorizedotnetPaymentsRequest {
create_transaction_request,
})
}
}
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 15,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 475,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_475_30 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
.connector_request_reference_id
.clone(),
)
.filter(|id| id.len() <= MAX_ID_LENGTH);
let create_transaction_request = CreateTransactionRequest {
merchant_authentication,
ref_id,
transaction_request,
};
Ok(AuthorizedotnetPaymentsRequest {
create_transaction_request,
})
}
}
// Helper function to create regular transaction request (non-mandate)
fn create_regular_transaction_request<
T: PaymentMethodDataTypes
+ std::fmt::Debug
+ std::marker::Sync
+ std::marker::Send
+ 'static
+ Serialize,
>(
item: &AuthorizedotnetRouterData<
RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>,
T,
>,
currency: api_enums::Currency,
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 30,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 475,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
connector-service_snippet_8396971848464489452_475_50 | clm | snippet | // connector-service/backend/connector-integration/src/connectors/authorizedotnet/transformers.rs
.connector_request_reference_id
.clone(),
)
.filter(|id| id.len() <= MAX_ID_LENGTH);
let create_transaction_request = CreateTransactionRequest {
merchant_authentication,
ref_id,
transaction_request,
};
Ok(AuthorizedotnetPaymentsRequest {
create_transaction_request,
})
}
}
// Helper function to create regular transaction request (non-mandate)
fn create_regular_transaction_request<
T: PaymentMethodDataTypes
+ std::fmt::Debug
+ std::marker::Sync
+ std::marker::Send
+ 'static
+ Serialize,
>(
item: &AuthorizedotnetRouterData<
RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>,
T,
>,
currency: api_enums::Currency,
) -> Result<AuthorizedotnetTransactionRequest<T>, Error> {
let card_data = match &item.router_data.request.payment_method_data {
PaymentMethodData::Card(card) => Ok(card),
_ => Err(ConnectorError::RequestEncodingFailed),
}?;
let expiry_month = card_data.card_exp_month.peek().clone();
let year = card_data.card_exp_year.peek().clone();
let expiry_year = if year.len() == 2 {
format!("20{year}")
} else {
year
};
let expiration_date = format!("{expiry_year}-{expiry_month}");
let credit_card_details = CreditCardDetails {
card_number: card_data.card_number.clone(),
expiration_date: Secret::new(expiration_date),
card_code: Some(card_data.card_cvc.clone()),
};
| {
"chunk": null,
"crate": "connector-integration",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": 50,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "connector-service",
"start_line": 475,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.