mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): [chargebee] consumes required fields to support transaction monitoring (#7774)
Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8759162927
commit
5fa54e5e57
@ -34,7 +34,7 @@ impl GlobalPaymentId {
|
||||
task: &str,
|
||||
runner: enums::ProcessTrackerRunner,
|
||||
) -> String {
|
||||
format!("{task}_{runner}_{}", self.get_string_repr())
|
||||
format!("{runner}_{task}_{}", self.get_string_repr())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user