You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
General information
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 :)
The text was updated successfully, but these errors were encountered: