mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(core): create a process_tracker workflow for PCR (#7124)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -325,7 +325,7 @@ impl PaymentsCreateIntentRequest {
|
||||
}
|
||||
|
||||
// This struct is only used internally, not visible in API Reference
|
||||
#[derive(Debug, Clone, serde::Serialize)]
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
|
||||
#[cfg(feature = "v2")]
|
||||
pub struct PaymentsGetIntentRequest {
|
||||
pub id: id_type::GlobalPaymentId,
|
||||
|
||||
Reference in New Issue
Block a user