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(POM-360): enableThreeDS2 parameter encoding #261

Merged
merged 6 commits into from Apr 10, 2024

Conversation

andrii-vysotskyi-cko
Copy link
Collaborator

Description

By default iOS encodes let enableThreeDS2 key as "enable_three_ds2" when strategy is set to convertToSnakeCase. But backend expects it to be enable_three_d_s_2.

Solution was to define custom CodingKeys. In order to avoid re-defining all coding keys AutoCodingKeys.stencil template was added.

Jira Issue

https://checkout.atlassian.net/browse/POM-355

@andrii-vysotskyi-cko andrii-vysotskyi-cko changed the title fix(POM-360): fix enableThreeDS2 parameter encoding fix(POM-360): enableThreeDS2 parameter encoding Apr 9, 2024
@andrii-vysotskyi-cko andrii-vysotskyi-cko merged commit 5c72285 into master Apr 10, 2024
3 checks passed
@andrii-vysotskyi-cko andrii-vysotskyi-cko deleted the fix/POM-360/fix-enableThreeDS2-encoding branch April 10, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants