Skip to content

Commit

Permalink
feat(connector): [ACI] Use connector_request_reference_id as referenc…
Browse files Browse the repository at this point in the history
…e to the connector (#2549)

Signed-off-by: Azanul <[email protected]>
  • Loading branch information
Azanul authored Oct 12, 2023
1 parent 7eabd24 commit c2ad200
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/router/src/connector/aci/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ impl
bank_account_iban: None,
billing_country: Some(country.to_owned()),
merchant_customer_id: Some(Secret::new(item.get_customer_id()?)),
merchant_transaction_id: Some(Secret::new(item.payment_id.clone())),
merchant_transaction_id: Some(Secret::new(
item.connector_request_reference_id.clone(),
)),
customer_email: None,
}))
}
Expand Down

0 comments on commit c2ad200

Please sign in to comment.