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:
Kashif
2025-02-12 13:18:38 +05:30
committed by GitHub
parent 40a36fd319
commit fa09db1534
28 changed files with 987 additions and 122 deletions

View File

@ -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(),