We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a261f1a commit 3d7c6b0Copy full SHA for 3d7c6b0
crates/router/src/connector/authorizedotnet/transformers.rs
@@ -261,6 +261,7 @@ struct TransactionVoidOrCaptureRequest {
261
pub struct AuthorizedotnetPaymentsRequest {
262
merchant_authentication: AuthorizedotnetAuthType,
263
transaction_request: TransactionRequest,
264
+ ref_id: String,
265
}
266
267
#[derive(Debug, Serialize)]
@@ -332,6 +333,7 @@ impl TryFrom<&AuthorizedotnetRouterData<&types::PaymentsAuthorizeRouterData>>
332
333
create_transaction_request: AuthorizedotnetPaymentsRequest {
334
merchant_authentication,
335
transaction_request,
336
+ ref_id: item.router_data.connector_request_reference_id.clone(),
337
},
338
})
339
0 commit comments