mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): Add payment link support (#2105)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com> Co-authored-by: Kashif <mohammed.kashif@juspay.in> Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
@ -14,6 +14,7 @@ pub mod health;
|
||||
pub mod lock_utils;
|
||||
pub mod mandates;
|
||||
pub mod metrics;
|
||||
pub mod payment_link;
|
||||
pub mod payment_methods;
|
||||
pub mod payments;
|
||||
#[cfg(feature = "payouts")]
|
||||
@ -31,8 +32,8 @@ pub use self::app::Payouts;
|
||||
pub use self::app::Verify;
|
||||
pub use self::app::{
|
||||
ApiKeys, AppState, BusinessProfile, Cache, Cards, Configs, Customers, Disputes, EphemeralKey,
|
||||
Files, Health, Mandates, MerchantAccount, MerchantConnectorAccount, PaymentMethods, Payments,
|
||||
Refunds, Webhooks,
|
||||
Files, Health, Mandates, MerchantAccount, MerchantConnectorAccount, PaymentLink,
|
||||
PaymentMethods, Payments, Refunds, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "stripe")]
|
||||
pub use super::compatibility::stripe::StripeApis;
|
||||
|
||||
Reference in New Issue
Block a user