mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user