From 7174c94860a872f09e33915ab7c27ee13a103139 Mon Sep 17 00:00:00 2001 From: Stoph Date: Mon, 15 May 2017 10:34:56 -0400 Subject: [PATCH] Fixing formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffcfdf4..9026200 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This SDK makes it easy to integrate your Python application with Heartland's [** | [![](http://developer.heartlandpaymentsystems.com/Resource/Download/sdk-readme-icon-secure)](#data-security) | [![](http://developer.heartlandpaymentsystems.com/Resource/Download/sdk-readme-icon-resources)](#documentation-and-examples) | [![](http://developer.heartlandpaymentsystems.com/Resource/Download/sdk-readme-icon-tools)](#testing--certification) | [![](http://developer.heartlandpaymentsystems.com/Resource/Download/sdk-readme-icon-keys)](#api-keys) | Register an Account
Partner with Heartland
| -####Developer Support +#### Developer Support You are not alone! If you have any questions while you are working through your development process, please feel free to reach out to our team for assistance! @@ -122,7 +122,7 @@ Testing your implementation in our Certification/Sandbox environment helps to id *Quick Tip*: You can get a head start on your certification by reviewing the [certification tests](http://github.hps.com/DevPortal/Python-SDK/tree/master/securesubmit/tests) in the included test suite. -####Test Card Data +#### Test Card Data The following card numbers are used by our Certification environment to verify that your tests worked. Note that while variations (such as 4111111111111111) will work for general testing the cards listed below are required to complete certification. @@ -187,7 +187,7 @@ The following card numbers are used by our Certification environment to verify t -####Testing Exceptions +#### Testing Exceptions During your integration you will want to test for specific issuer responses such as 'Card Declined'. Because our sandbox does not actually reach out to issuers we have devised specific transaction amounts that will trigger [issuer response codes](https://cert.api2.heartlandportico.com/Gateway/PorticoDevGuide/build/PorticoDeveloperGuide/Issuer%20Response%20Codes.html) and [gateway response codes](https://cert.api2.heartlandportico.com/Gateway/PorticoDevGuide/build/PorticoDeveloperGuide/Gateway%20Response%20Codes.html). Please contact Heartland for a complete listing of values you can charge to simulate AVS, CVV and Transaction declines, errors, and other responses that you can catch in your code: @@ -216,7 +216,7 @@ All our code is open sourced and we encourage fellow developers to contribute an 6. Create new Pull Request -####Included Test Suite +#### Included Test Suite The included test suite can help ensure your contribution doesn't cause unexpected errors and is a terrific resource of working examples that you can reference. As mentioned earlier, the [certification folder](http://github.hps.com/DevPortal/Python-SDK/tree/master/securesubmit/tests/certification) contains tests that mirror the types of requirements you will encounter when you certify your integration for production.