mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(payment_v2): implement payments sync (#6464)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -100,7 +100,7 @@ pub async fn payment_intents_create(
|
||||
.await
|
||||
}
|
||||
|
||||
#[cfg(all(any(feature = "v1", feature = "v2"), not(feature = "customer_v2")))]
|
||||
#[cfg(feature = "v1")]
|
||||
#[instrument(skip_all, fields(flow = ?Flow::PaymentsRetrieveForceSync))]
|
||||
pub async fn payment_intents_retrieve(
|
||||
state: web::Data<routes::AppState>,
|
||||
|
||||
@ -86,7 +86,7 @@ pub async fn setup_intents_create(
|
||||
.await
|
||||
}
|
||||
|
||||
#[cfg(all(any(feature = "v1", feature = "v2"), not(feature = "customer_v2")))]
|
||||
#[cfg(feature = "v1")]
|
||||
#[instrument(skip_all, fields(flow = ?Flow::PaymentsRetrieveForceSync))]
|
||||
pub async fn setup_intents_retrieve(
|
||||
state: web::Data<routes::AppState>,
|
||||
|
||||
Reference in New Issue
Block a user