feat: add payment method type PixQr#4989
Conversation
Review SummaryStatus: ✅ No blocking issues found Findings: 0 This PR adds the
Checks passed:
|
XyneSpaces
left a comment
There was a problem hiding this comment.
Control Center review completed. Clean implementation following existing patterns for Pix payment methods.
| onCloseClickCustomFun | ||
| /> | ||
| | PixQr => | ||
| <PixIntegration connector metadataKey="pix_qr" closeAccordionFn update=updateMetadata onCloseClickCustomFun /> |
There was a problem hiding this comment.
🔍 Consider adding localization string for PixQr
The PR adds PixQr variant but uses the same display name as the variant name. Consider if this needs a more user-friendly display name or if PixQr is acceptable for the Brazilian market this targets.
Also verify that the pix_qr metadata key in ConnectorMetaDataUtils matches the backend expectation.
| update=updateMetadata | ||
| onCloseClickCustomFun | ||
| /> | ||
| | PixQr => |
There was a problem hiding this comment.
can u pls add screenshot when connecting the connector aswell
Type of Change
Description
Added a new payment method type
PixQrand made the metadata changes for dashboard.Motivation and Context
How did you test it?
Where to test it?
Backend Dependency
Backend PR URL: juspay/hyperswitch#12742
Feature Flag
Feature flag name(s):
Checklist
npm run re:build