Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 922 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 922 Bytes
  • Thanks for contributing to the Authorize.Net Node SDK.

  • Before you submit a pull request, we ask that you consider the following:

    • Submit an issue to state the problem your pull request solves or the funtionality that it adds. We can then advise on the feasability of the pull request, and let you know if there are other possible solutions.
    • Part of the SDK is auto-generated based on the XML schema. Due to this auto-generation, we cannot merge contributions for request or response classes. You are welcome to open an issue to report problems or suggest improvements. Auto-generated classes are inside sdk-node/lib/apicontracts.js and sdk-node/lib/apicontrollers.js folders, except sdk-node/lib/apicontrollersbase.js.