Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tests/postman/adyen): enable sepa payment method type for payout flows #3861

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

kashif-m
Copy link
Contributor

@kashif-m kashif-m commented Feb 28, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Adyen postman collection is failing during payout creation. This is happening since Adyen is added as a payout connector without enabling SEPA payment method type, and payout is created for SEPA payment method type. Adding SEPA to the list of enabled payment methods during connector account creation fixes this test case.

It was working earlier as there was no eligibility checks being performed by the routing module.

Additional Changes

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

Motivation and Context

How did you test it?

Local postman

Payout connector account creation (enabled SEPA)
image

Payout Creation - returns 200
image

adyen_uk postman collection
image

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@kashif-m kashif-m self-assigned this Feb 28, 2024
@kashif-m kashif-m marked this pull request as ready for review February 28, 2024 09:02
@kashif-m kashif-m requested a review from a team as a code owner February 28, 2024 09:02
@kashif-m kashif-m linked an issue Feb 28, 2024 that may be closed by this pull request
@kashif-m kashif-m removed a link to an issue Feb 28, 2024
@likhinbopanna likhinbopanna added this pull request to the merge queue Feb 28, 2024
Merged via the queue into main with commit 53559c2 Feb 28, 2024
17 of 20 checks passed
@likhinbopanna likhinbopanna deleted the fix_postman_adyen_payouts branch February 28, 2024 11:05
pixincreate added a commit that referenced this pull request Feb 29, 2024
…stman-runner

* 'main' of github.com:juspay/hyperswitch:
  chore(version): 2024.02.29.0
  chore(postman): update Postman collection files
  feat(analytics): add force retrieve call for force retrieve calls (#3565)
  refactor(connector): [Mollie] Mask PII data  (#3856)
  refactor(connector): [Gocardless] Mask PII data (#3844)
  feat(analytics): adding metric api for dispute analytics (#3810)
  feat(payment_methods): Add default payment method column in customers table and last used column in payment_methods table (#3790)
  fix(tests/postman/adyen): enable sepa payment method type for payout flows (#3861)
  feat(payouts): Implement Smart Retries for Payout (#3580)
  refactor(payment_link): add Miscellaneous charges in cart (#3645)
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