mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
enhance(storage_models): delete client secret when status is succeeded, failed, cancelled (#724)
This commit is contained in:
@ -1126,7 +1126,7 @@ impl TryFrom<&types::PaymentsCancelRouterData> for CancelRequest {
|
||||
Some(c) => Some(
|
||||
CancellationReason::from_str(c)
|
||||
.into_report()
|
||||
.change_context(errors::ConnectorError::ResponseDeserializationFailed)?,
|
||||
.change_context(errors::ConnectorError::RequestEncodingFailed)?,
|
||||
),
|
||||
None => None,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user