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

refactor(payment_methods): add requires_cvv config while creating merchant account #2431

Merged
merged 17 commits into from
Oct 4, 2023

Conversation

Chethan-rao
Copy link
Contributor

Type of Change

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

Description

This PR includes changes for inserting requires_cvv config during merchant account creation itself. while getting that config during list_customer_payment_method, if not found in db, we insert it into db.

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?

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

@Chethan-rao Chethan-rao added S-waiting-on-review Status: This PR has been implemented and needs to be reviewed A-payment-methods Area: Payment Methods C-refactor Category: Refactor labels Oct 3, 2023
@Chethan-rao Chethan-rao added this to the September 2023 Milestone milestone Oct 3, 2023
@Chethan-rao Chethan-rao requested a review from a team as a code owner October 3, 2023 13:39
@Chethan-rao Chethan-rao self-assigned this Oct 3, 2023
@Chethan-rao Chethan-rao linked an issue Oct 3, 2023 that may be closed by this pull request
2 tasks
@Chethan-rao Chethan-rao linked an issue Oct 3, 2023 that may be closed by this pull request
2 tasks
crates/router/src/core/admin.rs Outdated Show resolved Hide resolved
crates/router/src/core/admin.rs Outdated Show resolved Hide resolved
@Narayanbhat166 Narayanbhat166 added this pull request to the merge queue Oct 4, 2023
Merged via the queue into main with commit 6e5ab0d Oct 4, 2023
10 checks passed
@Narayanbhat166 Narayanbhat166 deleted the refactor_requires_cvv branch October 4, 2023 12:14
@SanchithHegde SanchithHegde removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-payment-methods Area: Payment Methods C-refactor Category: Refactor
Projects
No open projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

[REFACTOR] add requires_cvv config while creating merchant account
4 participants