mirror of
https://github.com/plutov/paypal.git
synced 2025-03-13 21:40:58 +01:00
PayPal-Go-SDK
This commit is contained in:
parent
2246b98781
commit
f87e7b6bb0
|
@ -1,5 +1,5 @@
|
|||
[](https://travis-ci.org/logpacker/paypalsdk)
|
||||
[](https://godoc.org/github.com/logpacker/paypalsdk)
|
||||
[](https://travis-ci.org/logpacker/PayPal-Go-SDK)
|
||||
[](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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"paypalsdk"
|
||||
paypalsdk "PayPal-Go-SDK"
|
||||
"strconv"
|
||||
|
||||
"fmt"
|
||||
|
|
Loading…
Reference in New Issue
Block a user