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

SDK is missing Processor response codes #344

Open
tzubertowski opened this issue Jun 19, 2024 · 0 comments
Open

SDK is missing Processor response codes #344

tzubertowski opened this issue Jun 19, 2024 · 0 comments

Comments

@tzubertowski
Copy link

General information

  • SDK/Library version: latest stable
  • Environment: either, it's a feature missing
  • Language, language version, and OS: PHP, 8.2.12, Linux

Issue description

Braintree SDK does not provide an extensive list of processor response codes. Thus during integration we need to keep our own enum/constant list of response codes to handle them.

This is not ideal, as it means that whenever a response code is added our constant list becomes incomplete. By providing it in the SDK it would become a programmatic source of truth and not require us to webscrap Braintree's documentation :)

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

No branches or pull requests

1 participant