From 16703c9f13f79ab3e45eab64710f1979deecb1d7 Mon Sep 17 00:00:00 2001 From: adavidw Date: Thu, 6 Jul 2017 13:15:08 -0600 Subject: [PATCH 1/4] minor text fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c0b68..395375a 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ For additional help in testing your own code, Authorize.Net maintains a [compreh ## License -This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/license.txt) file. \ No newline at end of file +This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file. \ No newline at end of file From a6179dec7fe68afd444faabec47ce0935f792527 Mon Sep 17 00:00:00 2001 From: adavidw Date: Tue, 11 Jul 2017 22:13:49 -0600 Subject: [PATCH 2/4] clarify supported versions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 395375a..6ea4d0a 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ ## Requirements -* Python 2.7 or greater +* For Python 2, Python 2.7 or greater +* For Python 3, Pythoon 3.4 or later * OpenSSL 1.0.2 or greater * An Authorize.Net account (see _Registration & Configuration_ section below) -_Note: Our goal is ensuring this SDK is compatible with Python 2.7+, 3.2+ and PyPy, but at the moment we're primarily testing against Python 2.7._ +_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._ ### TLS 1.2 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. From 07ae2a5df81851ad7dc1c63eeb50c28fa811d816 Mon Sep 17 00:00:00 2001 From: adavidw Date: Wed, 9 Aug 2017 21:47:30 -0600 Subject: [PATCH 3/4] "Pythoon" is not a language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ea4d0a..dbd348b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Authorize.Net Python SDK -[![Travis](https://img.shields.io/travis/AuthorizeNet/sdk-python/master.svg)](https://travis-ci.org/AuthorizeNet/sdk-python) +[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sdk-python.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sdk-python) [![Coverage Status](https://coveralls.io/repos/github/AuthorizeNet/sdk-python/badge.svg?branch=master)](https://coveralls.io/github/AuthorizeNet/sdk-python?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-python/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-python/?branch=master) [![PyPI](https://img.shields.io/pypi/v/authorizenet.svg)](https://badge.fury.io/py/authorizenet) @@ -8,7 +8,7 @@ ## Requirements * For Python 2, Python 2.7 or greater -* For Python 3, Pythoon 3.4 or later +* For Python 3, Python 3.4 or later * OpenSSL 1.0.2 or greater * An Authorize.Net account (see _Registration & Configuration_ section below) From ee804f39e3fbbfe9b0690af6cb2dc924780c5489 Mon Sep 17 00:00:00 2001 From: adavidw Date: Wed, 9 Aug 2017 21:48:00 -0600 Subject: [PATCH 4/4] add .DS_Store to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4108830..4ed8ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ docs/_build/ # PyBuilder target/ + +# Operating system files +.DS_Store pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy