PayPal-Go-SDK

This commit is contained in:
Alexander Plutov 2016-01-05 13:08:02 +07:00
parent 2246b98781
commit f87e7b6bb0
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/logpacker/paypalsdk.svg?branch=master)](https://travis-ci.org/logpacker/paypalsdk)
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/logpacker/paypalsdk)
[![Build Status](https://travis-ci.org/logpacker/PayPal-Go-SDK.svg?branch=master)](https://travis-ci.org/logpacker/PayPal-Go-SDK)
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/logpacker/PayPal-Go-SDK)
#### GO client for PayPal REST API
@ -26,7 +26,7 @@ It is possible that some endpoints are missing in this SDK Client, but you can u
#### Create Client
```go
import "github.com/logpacker/paypalsdk"
import "github.com/logpacker/PayPal-Go-SDK"
```
```go

View File

@ -1,7 +1,7 @@
package main
import (
"paypalsdk"
paypalsdk "PayPal-Go-SDK"
"strconv"
"fmt"