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: support connection options value dictionary #15

Merged

Conversation

luca-gr4vy
Copy link
Contributor

Description: After the changes here 7245b8f, integrations passing merchant_defined_data with a dictionary started having issues as Gr4vyConnectionOptionsValue doesn't support dictionaries. This adds support so integrators can pass it this way:

connectionOptions: [
    "cybersource-anti-fraud": [
        "merchant_defined_data": .dictionary(["1": "2"])
    ]
]

@luca-gr4vy luca-gr4vy merged commit 1e8fdab into main Nov 18, 2024
1 check passed
@luca-gr4vy luca-gr4vy deleted the fix/TA-9349-support-connection-options-value-dictionary branch November 18, 2024 14:56
JohnnyDevi pushed a commit to JohnnyDevi/gr4vy-ios that referenced this pull request Nov 18, 2024
* commit '1e8fdabe445c4c58ced5f12bd9f02c11242be803':
  fix: support connection options value dictionary (gr4vy#15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants