mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
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
|
||||
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