mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(customer): customer v2 refactor for customer create end point (#5350)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in> Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -67,7 +67,11 @@ pub use self::app::{
|
||||
pub use self::app::{Blocklist, Routing, Verify, WebhookEvents};
|
||||
#[cfg(feature = "payouts")]
|
||||
pub use self::app::{PayoutLink, Payouts};
|
||||
#[cfg(feature = "stripe")]
|
||||
#[cfg(all(
|
||||
feature = "stripe",
|
||||
any(feature = "v1", feature = "v2"),
|
||||
not(feature = "customer_v2")
|
||||
))]
|
||||
pub use super::compatibility::stripe::StripeApis;
|
||||
#[cfg(feature = "olap")]
|
||||
pub use crate::analytics::routes::{self as analytics, Analytics};
|
||||
|
||||
Reference in New Issue
Block a user