mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(merchant_connector_account): add cache for querying by merchant_connector_id (#2738)
This commit is contained in:
@ -1020,8 +1020,8 @@ pub async fn update_payment_connector(
|
||||
.await
|
||||
.change_context(errors::ApiErrorResponse::InternalServerError)
|
||||
.attach_printable("Failed while encrypting data")?,
|
||||
test_mode: mca.test_mode,
|
||||
disabled: mca.disabled,
|
||||
test_mode: req.test_mode,
|
||||
disabled: req.disabled,
|
||||
payment_methods_enabled,
|
||||
metadata: req.metadata,
|
||||
frm_configs,
|
||||
|
||||
Reference in New Issue
Block a user