feat: add profile_id authentication for business profile update and list (#5673)

This commit is contained in:
Hrithikesh
2024-09-03 11:37:06 +05:30
committed by GitHub
parent f822730979
commit e3a9fb16c5
7 changed files with 148 additions and 10 deletions

View File

@ -59,10 +59,10 @@ pub use self::app::Forex;
#[cfg(all(feature = "olap", feature = "recon"))]
pub use self::app::Recon;
pub use self::app::{
ApiKeys, AppState, ApplePayCertificatesMigration, BusinessProfile, Cache, Cards, Configs,
ConnectorOnboarding, Customers, Disputes, EphemeralKey, Files, Gsm, Health, Mandates,
MerchantAccount, MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Poll,
Refunds, SessionState, User, Webhooks,
ApiKeys, AppState, ApplePayCertificatesMigration, BusinessProfile, BusinessProfileNew, Cache,
Cards, Configs, ConnectorOnboarding, Customers, Disputes, EphemeralKey, Files, Gsm, Health,
Mandates, MerchantAccount, MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments,
Poll, Refunds, SessionState, User, Webhooks,
};
#[cfg(feature = "olap")]
pub use self::app::{Blocklist, Organization, Routing, Verify, WebhookEvents};