Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
7phs authored Jan 10, 2019
1 parent b01d576 commit 899eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if err == nil {

### Example OrderInfoRequest
```golang
data, err := aApi.OrderInfoRequest(2213397) // 2213397 is OrderId
data, err := aApi.OrderInfoRequest(ctx, 2213397) // 2213397 is OrderId
if err == nil {
//Work with data
}
Expand Down

0 comments on commit 899eae2

Please sign in to comment.