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

feat(Connector):[Adyen]Implement ACH Direct Debits for Adyen #1033

Merged
merged 12 commits into from
May 9, 2023

Conversation

swangi-kumari
Copy link
Contributor

@swangi-kumari swangi-kumari commented May 3, 2023

Type of Change

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

Description

Implemented Bank Debit Data for Adyen Payment Method.

Additional Changes

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

Motivation and Context

In Adyen connector ACH Bank Debits was not implemented, but it is important payment method which is needed in market so I implemented it.

How did you test it?

I tested it using Postman.
Screenshot 2023-05-03 at 11 45 42 AM

Screenshot 2023-05-03 at 11 46 07 AM

Screenshot 2023-05-03 at 11 46 00 AM

Screenshot 2023-05-03 at 11 46 18 AM

Checklist

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

@swangi-kumari swangi-kumari added A-connector-compatibility Area: Connector compatibility S-waiting-on-review Status: This PR has been implemented and needs to be reviewed R-waiting-on-L1 Review: Waiting on L1 reviewer labels May 3, 2023
@swangi-kumari swangi-kumari self-assigned this May 3, 2023
@swangi-kumari swangi-kumari requested review from a team, jarnura and ashokkjag as code owners May 3, 2023 06:21
@ArjunKarthik ArjunKarthik added A-connector-integration Area: Connector integration M-api-contract-changes Metadata: This PR involves API contract changes and removed A-connector-compatibility Area: Connector compatibility labels May 3, 2023
@ArjunKarthik ArjunKarthik removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label May 3, 2023
@@ -1098,7 +1179,7 @@ impl<'a>
shopper_locale,
billing_address: None,
delivery_address: None,
country_code: country,
country_code: None,
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we are making country as None here?

Copy link
Contributor

Choose a reason for hiding this comment

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

This was resolved without any comments/changes?

crates/router/src/connector/adyen/transformers.rs Outdated Show resolved Hide resolved
@swangi-kumari swangi-kumari changed the title feat:Implemented ACH Direct Debits for Adyen feat(Connector):Implemented ACH Direct Debits for Adyen May 3, 2023
ArjunKarthik
ArjunKarthik previously approved these changes May 8, 2023
crates/router/src/connector/adyen/transformers.rs Outdated Show resolved Hide resolved
ArjunKarthik
ArjunKarthik previously approved these changes May 8, 2023
jagan-jaya
jagan-jaya previously approved these changes May 8, 2023
@swangi-kumari swangi-kumari changed the title feat(Connector):Implemented ACH Direct Debits for Adyen feat(Connector):[Adyen]Implemented ACH Direct Debits for Adyen May 8, 2023
@ArjunKarthik ArjunKarthik added R-waiting-on-L2 Review: Waiting on L2 reviewer R-L1-completed Review: L1 Review completed and removed R-waiting-on-L1 Review: Waiting on L1 reviewer labels May 8, 2023
@swangi-kumari swangi-kumari changed the title feat(Connector):[Adyen]Implemented ACH Direct Debits for Adyen feat(Connector):[Adyen]Implement ACH Direct Debits for Adyen May 8, 2023
jarnura
jarnura previously approved these changes May 9, 2023
@jarnura jarnura added S-waiting-on-author Status: This PR is incomplete or needs to address review comments S-ready-for-merge S-needs-conflict-resolution Status: This PR needs conflicts to be resolved by the author and removed R-waiting-on-L2 Review: Waiting on L2 reviewer S-ready-for-merge labels May 9, 2023
@jagan-jaya jagan-jaya dismissed stale reviews from jarnura, ArjunKarthik, and themself via c2a960c May 9, 2023 17:46
@jagan-jaya jagan-jaya added S-ready-for-merge and removed S-waiting-on-author Status: This PR is incomplete or needs to address review comments S-needs-conflict-resolution Status: This PR needs conflicts to be resolved by the author labels May 9, 2023
@jarnura jarnura added this pull request to the merge queue May 9, 2023
Merged via the queue into main with commit eee55bd May 9, 2023
@SanchithHegde SanchithHegde removed R-L1-completed Review: L1 Review completed S-ready-for-merge labels May 9, 2023
@SanchithHegde SanchithHegde deleted the feat/ach_direct_debits branch May 9, 2023 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants