fix: typos (#8918)

Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
Pa1NarK
2025-08-13 15:24:52 +05:30
committed by GitHub
parent a132cb573f
commit 50f0b97b7b
3 changed files with 4 additions and 4 deletions

View File

@ -3002,7 +3002,7 @@ pub struct ProfileUpdate {
#[schema(value_type = Option<MerchantCountryCode>, example = "840")]
pub merchant_country_code: Option<common_types::payments::MerchantCountryCode>,
/// Inidcates the state of revenue recovery algorithm type
/// Indicates the state of revenue recovery algorithm type
#[schema(value_type = Option<RevenueRecoveryAlgorithmType>, example = "cascading")]
pub revenue_recovery_retry_algorithm_type:
Option<common_enums::enums::RevenueRecoveryAlgorithmType>,