Skip to content

Commit

Permalink
feat(connector): [Airwallex] Use connector_request_reference_id as m…
Browse files Browse the repository at this point in the history
…erchant reference id #2291 (#2516)
  • Loading branch information
sccalabr authored Oct 10, 2023
1 parent c51cc9d commit 6e89e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/airwallex/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl TryFrom<&types::PaymentsInitRouterData> for AirwallexIntentRequest {
request_id: Uuid::new_v4().to_string(),
amount: utils::to_currency_base_unit(item.request.amount, item.request.currency)?,
currency: item.request.currency,
merchant_order_id: item.payment_id.clone(),
merchant_order_id: item.connector_request_reference_id.clone(),
})
}
}
Expand Down

0 comments on commit 6e89e41

Please sign in to comment.