Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kachit committed May 8, 2022
2 parents c7ff922 + 60ec22a commit f14e6db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Fasapay XML API SDK GO (Unofficial)
[![Build Status](https://app.travis-ci.com/Kachit/fasapay-sdk-go.svg?branch=master)](https://app.travis-ci.com/github/Kachit/fasapay-sdk-go)
[![codecov](https://codecov.io/gh/Kachit/fasapay-sdk-go/branch/master/graph/badge.svg)](https://codecov.io/gh/Kachit/fasapay-sdk-go)
[![Codecov](https://codecov.io/gh/Kachit/fasapay-sdk-go/branch/master/graph/badge.svg)](https://codecov.io/gh/Kachit/fasapay-sdk-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/kachit/fasapay-sdk-go)](https://goreportcard.com/report/github.com/kachit/fasapay-sdk-go)
[![Release](https://img.shields.io/github/v/release/Kachit/fasapay-sdk-go.svg)](https://github.com/Kachit/fasapay-sdk-go/releases)
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/kachit/fasapay-sdk-go/blob/master/LICENSE)
[![GoDoc](https://pkg.go.dev/badge/github.com/kachit/fasapay-sdk-go)](https://pkg.go.dev/github.com/kachit/fasapay-sdk-go)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#third-party-apis)

## Description
Unofficial Fasapay payment gateway XML API Client for Go
Expand Down Expand Up @@ -176,4 +177,4 @@ fmt.Println(result.Details[1].From)
fmt.Println(result.Details[1].To)
fmt.Println(result.Details[1].Amount)
fmt.Println(result.Details[1].Note)
```
```

0 comments on commit f14e6db

Please sign in to comment.