mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
refactor(schema): add a new column for storing large connector transaction IDs (#7017)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1023,7 +1023,7 @@ async fn refunds_incoming_webhook_flow(
|
||||
.change_context(errors::ApiErrorResponse::WebhookProcessingFailure)
|
||||
.attach_printable("failed refund status mapping from event type")?,
|
||||
updated_by: merchant_account.storage_scheme.to_string(),
|
||||
connector_refund_data: None,
|
||||
processor_refund_data: None,
|
||||
};
|
||||
db.update_refund(
|
||||
refund.to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user