fix(connector): fix required fields for mandates supported connectors#6930
Merged
likhinbopanna merged 4 commits intomainfrom Mar 26, 2025
Merged
fix(connector): fix required fields for mandates supported connectors#6930likhinbopanna merged 4 commits intomainfrom
likhinbopanna merged 4 commits intomainfrom
Conversation
Changed Files
|
AkshayaFoiger
previously approved these changes
Dec 26, 2024
2 tasks
Contributor
srujanchikke
left a comment
There was a problem hiding this comment.
Can you please write for what all connectors you have verified these mandatory fields and what are left to evaluate. Also please write the test cases.
srujanchikke
previously approved these changes
Dec 30, 2024
deepanshu-iiitu
previously approved these changes
Jan 2, 2025
b0d4ab6
d8b8e52 to
b0d4ab6
Compare
AkshayaFoiger
approved these changes
Jan 15, 2025
srujanchikke
approved these changes
Jan 15, 2025
deepanshu-iiitu
approved these changes
Jan 15, 2025
GauravRawat369
pushed a commit
that referenced
this pull request
Mar 27, 2025
…#6930) Co-authored-by: Debarshi Gupta <debarshi.gupta@Debarshi-Gupta-CM92YWDXFD.local>
pixincreate
added a commit
that referenced
this pull request
Mar 27, 2025
…e-status-check * 'main' of github.com:juspay/hyperswitch: build(docker): specify user for runner stage (#7641) chore(version): 2025.03.27.0 fix(connector): [Nexixpay] update status mapping nexixpay (#7612) refactor(connector): [TrustPay] Fix status and wasm changes (#7649) fix(connector): [redsys] psync transaction type mapping (#7628) feat(themes): Add email configuration support for themes (#7580) feat(core): add profile level config for debit routing feature (#7470) fix(connector): [CYBERSOURCE] change ucaf_collection_indicator for mastercard payments via netcetera (#7623) fix(connector): fix required fields for mandates supported connectors (#6930) chore(cypress): bump cypress to `v14.2.0` (#7640) feat(connector): [BRAINTREE] Pass connector request reference id (#7609) fix(connector): [GlobalPay] Address `5xx` when cancelling a paypal transaction (#7605) feat(dashboard_metadata): Add `ReconStatus` in `dashboard_metadata` (#7595) fix(connectors): [Adyen] remove redundant enums (#7601) feat: add routing support for v2 sdk session flow (#6763)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
The required fields were not added for mandates for some connectors. Those fields have been configured as
requiredin this PR.Connectors I have checked for : Aci, Adyen, Authorizeddotnet, Globalpay, Multisafepay, Worldpay, Nexinets, Noon, Novalnet, Payme, Stripe, Bankofamerica, Cybersource, Wellsfargo
Additional Changes
Motivation and Context
How did you test it?
1. Worldpay
A) Create Payment
Request
B) List Payment Method Merchant
Request
2. Multisafepay
A) Create Payment
Request
B) List Payment Method Merchant
Request
Cypress Tests
No3DSAutoCapture
No3DSManualCapture
3DSAutoCapture
3DSManualCapture
SingleUseMandate
MultiUseMandate
Checklist
cargo +nightly fmt --allcargo clippy