How to Contribute

This commit is contained in:
Aliaksandr Pliutau 2015-12-29 16:30:23 +07:00
parent 3f5e093801
commit 2246b98781

View File

@ -188,3 +188,11 @@ capture, err := c.CaptureOrder(orderID, &paypalsdk.Amount{Total: "7.00", Currenc
```go
order, err := c.VoidOrder(orderID)
```
#### How to Contribute
* Fork a repository
* Add/Fix something
* Run ./before-commit.sh to check that tests passed and code is formatted well
* Push to your repository
* Create pull request