forked from go-packages/paypal
How to Contribute
This commit is contained in:
parent
3f5e093801
commit
2246b98781
|
@ -188,3 +188,11 @@ capture, err := c.CaptureOrder(orderID, &paypalsdk.Amount{Total: "7.00", Currenc
|
||||||
```go
|
```go
|
||||||
order, err := c.VoidOrder(orderID)
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user