mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 02:11:02 +01:00
Update doc.go
Fixed a typo
This commit is contained in:
parent
c54e7c11c7
commit
4be00d94a7
2
doc.go
2
doc.go
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Package paypalsdk provides a warepper to PayPal API (https://developer.paypal.com/webapps/developer/docs/api/).
|
||||
Package paypalsdk provides a wrapper to PayPal API (https://developer.paypal.com/webapps/developer/docs/api/).
|
||||
The first thing you do is to create a Client (you can select API base URL using paypalsdk contants).
|
||||
c, err := paypalsdk.NewClient("clientID", "secretID", paypalsdk.APIBaseSandBox)
|
||||
Then you can get an access token from PayPal:
|
||||
|
|
Loading…
Reference in New Issue
Block a user