Skip to content
New issue

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

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

Already on GitHub? # to your account

Create mapping for the 3d_secure_contingency setting. (4410) #3262

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

Narek13
Copy link
Collaborator

@Narek13 Narek13 commented Mar 24, 2025

Issue Description

The ACDC payment method has an option to change the 3DS level via the payment method modal, which currently is not mapped, i.e. changing it from the new settings UI has no effect on the front-end.

Mapping:

  • New setting: PaymentSettings::get_three_d_secure()
  • Should be mapped to Settings::get( '3d_secure_contingency' )

Expected values

The 3d_secure_contingency setting must return a string, which must be one of the following values:

  • "NO_3D_SECURE" (default)
  • "SCA_ALWAYS"
  • "SCA_WHEN_REQUIRED"

PR Description

This PR adds mapping for the 3d_secure_contingency setting.

@Narek13 Narek13 changed the title Create a map of new to old setting values Create mapping for the 3d_secure_contingency setting. (4410) Mar 24, 2025
@Narek13 Narek13 self-assigned this Mar 24, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants