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

Converting Adyen_authResult from string to text #1048

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

zenit2001
Copy link
Contributor

Summary

Describe the changes proposed in this pull request:

  • What is the motivation for this change?
    Adyen_authResult can exceed the character limit of the string
  • What existing problem does this pull request solve?
    It uses type text to store Adyen_authResult, which is a safer option than string as it can accomodate a bigger amount of characters.

Tested scenarios

Description of tested scenarios:

  • 3DS2 Payment
  • E2E workflow

Fixed issue: SFI-609

Copy link

sonarcloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@zenit2001 zenit2001 added the fix Fixes a bug label Feb 6, 2024
@zenit2001 zenit2001 marked this pull request as ready for review February 7, 2024 09:40
@zenit2001 zenit2001 merged commit a91b07a into develop Feb 12, 2024
15 checks passed
@zenit2001 zenit2001 deleted the bugfix/SFI-609-convert_Adyen_authResult_to_text branch February 12, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants