mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat: add payout service (#1665)
Co-authored-by: Kashif <mohammed.kashif@juspay.in> Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in> Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
This commit is contained in:
		| @ -15,16 +15,19 @@ pub mod mandates; | ||||
| pub mod metrics; | ||||
| pub mod payment_methods; | ||||
| pub mod payments; | ||||
| #[cfg(feature = "payouts")] | ||||
| pub mod payouts; | ||||
| pub mod refunds; | ||||
| pub mod webhooks; | ||||
|  | ||||
| #[cfg(feature = "dummy_connector")] | ||||
| pub use self::app::DummyConnector; | ||||
| #[cfg(feature = "payouts")] | ||||
| pub use self::app::Payouts; | ||||
| pub use self::app::{ | ||||
|     ApiKeys, AppState, Cache, Cards, Configs, Customers, Disputes, EphemeralKey, Files, Health, | ||||
|     Mandates, MerchantAccount, MerchantConnectorAccount, PaymentMethods, Payments, Payouts, | ||||
|     Refunds, Webhooks, | ||||
|     Mandates, MerchantAccount, MerchantConnectorAccount, PaymentMethods, Payments, Refunds, | ||||
|     Webhooks, | ||||
| }; | ||||
| #[cfg(feature = "stripe")] | ||||
| pub use super::compatibility::stripe::StripeApis; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kashif
					Kashif