Change import path to github.com/plutov/PayPal-Go-SDK

This commit is contained in:
Alex Pliutau 2019-08-21 13:11:13 +02:00
parent 1ac6304458
commit 6f5da20f7c
3 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
[![Go Report Card](https://goreportcard.com/badge/logpacker/PayPal-Go-SDK)](https://goreportcard.com/report/logpacker/PayPal-Go-SDK) [![Go Report Card](https://goreportcard.com/badge/plutov/PayPal-Go-SDK)](https://goreportcard.com/report/plutov/PayPal-Go-SDK)
[![Build Status](https://travis-ci.org/logpacker/PayPal-Go-SDK.svg?branch=master)](https://travis-ci.org/logpacker/PayPal-Go-SDK) [![Build Status](https://travis-ci.org/plutov/PayPal-Go-SDK.svg?branch=master)](https://travis-ci.org/plutov/PayPal-Go-SDK)
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/logpacker/PayPal-Go-SDK) [![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/plutov/PayPal-Go-SDK)
[![Chat at https://gitter.im/logpacker/PayPal-Go-SDK](https://img.shields.io/badge/gitter-dev_chat-46bc99.svg)](https://gitter.im/logpacker/PayPal-Go-SDK?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Chat at https://gitter.im/plutov/PayPal-Go-SDK](https://img.shields.io/badge/gitter-dev_chat-46bc99.svg)](https://gitter.im/plutov/PayPal-Go-SDK?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Sourcegraph](https://sourcegraph.com/github.com/logpacker/PayPal-Go-SDK/-/badge.svg)](https://sourcegraph.com/github.com/logpacker/PayPal-Go-SDK?badge) [![Sourcegraph](https://sourcegraph.com/github.com/plutov/PayPal-Go-SDK/-/badge.svg)](https://sourcegraph.com/github.com/plutov/PayPal-Go-SDK?badge)
### Go client for PayPal REST API ### Go client for PayPal REST API
@ -50,7 +50,7 @@ It is possible that some endpoints are missing in this SDK Client, but you can u
### New Client ### New Client
```go ```go
import "github.com/logpacker/PayPal-Go-SDK" import "github.com/plutov/PayPal-Go-SDK"
// Create a client instance // Create a client instance
c, err := paypalsdk.NewClient("clientID", "secretID", paypalsdk.APIBaseSandBox) c, err := paypalsdk.NewClient("clientID", "secretID", paypalsdk.APIBaseSandBox)

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"time" "time"
pp "github.com/logpacker/PayPal-Go-SDK" pp "github.com/plutov/PayPal-Go-SDK"
) )
func BillingExample() { func BillingExample() {

View File

@ -1,6 +1,6 @@
package paypalsdk_test package paypalsdk_test
import paypalsdk "github.com/logpacker/PayPal-Go-SDK" import paypalsdk "github.com/plutov/PayPal-Go-SDK"
func Example() { func Example() {
// Initialize client // Initialize client