mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(worldpay): migrate to v7 (#6109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -814,6 +814,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,
|
||||
};
|
||||
db.update_refund(
|
||||
refund.to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user