refactor: add mapping for ConnectorError in payouts flow (#2608)

Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
Kashif
2023-11-21 13:04:22 +05:30
committed by GitHub
parent cfabfa60db
commit 5c4e7c9031
96 changed files with 2310 additions and 62 deletions

View File

@ -382,7 +382,7 @@ pub struct PayoutCreateResponse {
pub error_code: Option<String>,
/// The business profile that is associated with this payment
pub profile_id: Option<String>,
pub profile_id: String,
}
#[derive(Default, Debug, Clone, Deserialize, ToSchema)]