mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(merchant_account): add is_recon_enabled field in merchant_account (#1713)
This commit is contained in:
@ -173,6 +173,7 @@ pub async fn create_merchant_account(
|
||||
intent_fulfillment_time: req.intent_fulfillment_time.map(i64::from),
|
||||
id: None,
|
||||
organization_id: req.organization_id,
|
||||
is_recon_enabled: false,
|
||||
})
|
||||
}
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user