mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
fix: payment connector retrieve null metadata (#252)
This commit is contained in:
committed by
GitHub
parent
ba9576feba
commit
0280f49172
@ -347,7 +347,7 @@ impl TryFrom<F<storage::MerchantConnectorAccount>>
|
|||||||
)),
|
)),
|
||||||
test_mode: merchant_ca.test_mode,
|
test_mode: merchant_ca.test_mode,
|
||||||
disabled: merchant_ca.disabled,
|
disabled: merchant_ca.disabled,
|
||||||
metadata: None,
|
metadata: merchant_ca.metadata,
|
||||||
payment_methods_enabled,
|
payment_methods_enabled,
|
||||||
}
|
}
|
||||||
.into())
|
.into())
|
||||||
|
|||||||
Reference in New Issue
Block a user