Skip to content

Commit a7323f1

Browse files
Updated Markdown files based on comments
1 parent 251559f commit a7323f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
+ Before you submit a pull request, we ask that you consider the following:
44

55
- 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.
6-
- 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 is inside[sdk-python/authorizenet/apicontractsv1.py](https://github.com/AuthorizeNet/sdk-python/tree/master/authorizenet) and [sdk-python/authorizenet/apicontrollers.py](https://github.com/AuthorizeNet/sdk-python/tree/master/authorizenet) folders, except [sdk-python/authorizenet/apicontrollersbase.py](https://github.com/AuthorizeNet/sdk-python/tree/master/authorizenet).
6+
- 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-python/authorizenet/apicontractsv1.py](https://github.com/AuthorizeNet/sdk-python/tree/master/authorizenet) and [sdk-python/authorizenet/apicontrollers.py](https://github.com/AuthorizeNet/sdk-python/tree/master/authorizenet) folders, except [sdk-python/authorizenet/apicontrollersbase.py](https://github.com/AuthorizeNet/sdk-python/tree/master/authorizenet).
77
- Recent changes will be in [the future branch](https://github.com/AuthorizeNet/sdk-python/tree/future). Before submitting an issue or pull request, check the future branch first to see if a fix has already been merged.
8-
- **Always use the future branch for pull requests.** We will first merge pull requests to the future branch, before pushing to the master branch for the next release.
8+
- **Always use the future branch for pull requests.** We will first merge pull requests to the future branch, before pushing to the master branch for the next release.

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
_Note: Our goal is ensuring this SDK is compatible with Python 2.7+, 3.4+ and PyPy, but at the moment we're primarily testing against Python 2.7._
1616

1717
### Contribution
18-
- If you need information or clarification about any Authorize.Net features, please create an issue for it. Also you can search in the [Authorize.Net developer community](https://community.developer.authorize.net/).
19-
- Before creating pull requests, please read [the contributors guide](CONTRIBUTING.md)
18+
- If you need information or clarification about any Authorize.Net features, please create an issue for it. Also you can search in the [Authorize.Net developer community](https://community.developer.authorize.net/).
19+
- Before creating pull requests, please read [the contributors guide](CONTRIBUTING.md).
2020

2121
### TLS 1.2
2222
The Authorize.Net APIs only support connections using the TLS 1.2 security protocol. It's important to make sure you have new enough versions of all required components to support TLS 1.2. Additionally, it's very important to keep these components up to date going forward to mitigate the risk of any security flaws that may be discovered in your system or any libraries it uses.

0 commit comments

Comments
 (0)