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 0125d98 commit 5b31b0eCopy full SHA for 5b31b0e
crates/hyperswitch_connectors/src/connectors/wise/transformers.rs
@@ -510,7 +510,7 @@ impl<F> TryFrom<&PayoutsRouterData<F>> for WisePayoutCreateRequest {
510
Ok(Self {
511
target_account,
512
quote_uuid,
513
- customer_transaction_id: request.payout_id.get_string_repr().to_string(),
+ customer_transaction_id: uuid::Uuid::new_v4().to_string(),
514
details: wise_transfer_details,
515
})
516
}
0 commit comments