Skip to content

fix(connector): Fiuu real time payment response parity - #2051

Open
Shubhodip900 wants to merge 3 commits into
mainfrom
fix_fiuu_real_time_diff
Open

fix(connector): Fiuu real time payment response parity#2051
Shubhodip900 wants to merge 3 commits into
mainfrom
fix_fiuu_real_time_diff

Conversation

@Shubhodip900

@Shubhodip900 Shubhodip900 commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Description

Fix Fiuu real time payment response parity.
Mirror Hyperswitch changes from juspay/hyperswitch#13253 PR

Motivation and Context

Additional Changes

  • This PR modifies the API contract
  • This PR modifies application configuration/environment variables

How did you test it?

This PR Fixes the generated qr code diff between hyperswitch and UCS. confirm build using cargo build

@Shubhodip900 Shubhodip900 self-assigned this Aug 4, 2026
@Shubhodip900
Shubhodip900 requested a review from a team as a code owner August 4, 2026 08:27
Vani-1107
Vani-1107 previously approved these changes Aug 4, 2026
},
FiuuPaymentWebhookStatus::Failure => Ok(Self::Failure),
FiuuPaymentWebhookStatus::Pending => Ok(Self::AuthenticationPending),
FiuuPaymentWebhookStatus::Unknown => Ok(Self::Unknown),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add router_env::logger::warn!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for every place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants