refactor(webhook_events): allow listing unique webhook events based on profile ID (#5598)

This commit is contained in:
Sanchith Hegde
2024-08-14 14:56:18 +05:30
committed by GitHub
parent 67d580c0eb
commit 8bcda2cea4
15 changed files with 233 additions and 298 deletions

View File

@ -58,7 +58,7 @@ pub enum ApiEventsType {
dispute_id: String,
},
Events {
merchant_id_or_profile_id: String,
merchant_id: id_type::MerchantId,
},
PaymentMethodCollectLink {
link_id: String,