fix(recon): make recon status optional in merchant account (#4654)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
chikke srujan
2024-05-16 19:31:50 +05:30
committed by GitHub
parent 27ae437a88
commit 84cb2bcb6b
3 changed files with 2 additions and 4 deletions

View File

@ -134,7 +134,7 @@ impl From<MerchantAccountUpdate> for MerchantAccountUpdateInternal {
..Default::default()
},
MerchantAccountUpdate::ReconUpdate { recon_status } => Self {
recon_status,
recon_status: Some(recon_status),
..Default::default()
},
MerchantAccountUpdate::UnsetDefaultProfile => Self {