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

[BUG]Remove braintree rest api transformers #3798

Closed
srujanchikke opened this issue Feb 23, 2024 · 1 comment
Closed

[BUG]Remove braintree rest api transformers #3798

srujanchikke opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
A-connector-integration Area: Connector integration C-bug Category: Bug

Comments

@srujanchikke
Copy link
Contributor

I've found this bug while creating payment connector account for braintree. Validation for metadata is added for braintree graphql metadata but not for braintree REST api. Anyway's as braintree REST api is getting deprecated so need to remove code from codebase .

@srujanchikke srujanchikke added A-connector-integration Area: Connector integration C-bug Category: Bug labels Feb 23, 2024
@AkshayaFoiger AkshayaFoiger self-assigned this Feb 27, 2024
@AkshayaFoiger
Copy link
Contributor

AkshayaFoiger commented Feb 28, 2024

Yes as stated, the metadata validation is not implemented for Braintree Rest API.

We depreciate Braintree Rest API.
Therefore we are not expecting to add the required validation. However in the current system, as metadata needed for both braintree transformers are same, Braintree REST API requests are validated by a common validation check present in Braintree graphql transformer.

Hence, closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration C-bug Category: Bug
Projects
None yet
Development

No branches or pull requests

2 participants