Skip to content

Commit

Permalink
added code coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Mar 10, 2017
1 parent 61e3171 commit 86c63b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# iTransact :credit_card: for Go Language
[![Build Status](https://travis-ci.org/hunterlong/iTransact.svg?branch=master)](https://travis-ci.org/hunterlong/iTransact) [![Go Report Card](https://goreportcard.com/badge/github.com/hunterlong/iTransact)](https://goreportcard.com/report/github.com/hunterlong/iTransact) [![GoDoc](https://godoc.org/github.com/hunterlong/iTransact?status.svg)](https://godoc.org/github.com/hunterlong/iTransact) [![Sourcegraph](https://sourcegraph.com/github.com/hunterlong/iTransact/-/badge.svg)](https://sourcegraph.com/github.com/hunterlong/iTransact/?badge)
[![Build Status](https://travis-ci.org/hunterlong/iTransact.svg?branch=master)](https://travis-ci.org/hunterlong/iTransact) [![Go Report Card](https://goreportcard.com/badge/github.com/hunterlong/iTransact)](https://goreportcard.com/report/github.com/hunterlong/iTransact) [![GoDoc](https://godoc.org/github.com/hunterlong/iTransact?status.svg)](https://godoc.org/github.com/hunterlong/iTransact) [![Sourcegraph](https://sourcegraph.com/github.com/hunterlong/iTransact/-/badge.svg)](https://sourcegraph.com/github.com/hunterlong/iTransact/?badge) [![Coverage Status](https://coveralls.io/repos/github/hunterlong/iTransact/badge.svg)](https://coveralls.io/github/hunterlong/iTransact)

### iTransact API Connections in Go Language
A simple golang package to run credit card transactions via iTransact. This package automatically creates the HMAC SHA1 payload required to use the API. This golang package can be used to originate Authorization, Sale, Refund, Credit,
Expand Down

0 comments on commit 86c63b5

Please sign in to comment.