Skip to content

Commit

Permalink
Conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Danniel Hugo committed Feb 17, 2016
2 parents f6a0d97 + 790a067 commit 5df892f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# 1.0.0

- First stable release
- Released stable version

# 0.0.2

Expand Down
2 changes: 1 addition & 1 deletion docs/carnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ body = {
### Finally, create the carnet:

```python
gn.create_carnet(body: body)
gn.create_carnet(body=body)
```

Check out the response:
Expand Down
2 changes: 1 addition & 1 deletion docs/charge-with-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body = {
Create the charge:

```python
gn.create_charge(body: body)
gn.create_charge(body=body)
```

The attribute `payee_code` identifies a Gerencianet account, just like in [creating charges with shippings](/docs/charge-with-shippings.md). In order to get someone else's `payee_code` you need to ask the account owner. There is no other way. To visualize yours, log in your Gerencianet account and search for *Identificador de Conta* under *Dados Cadastrais*.
Expand Down
2 changes: 1 addition & 1 deletion docs/charges.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The `notification_url` property will be used for sending notifications once thin
### Finally, create the charge:

```python
gn.create_charge(body: body)
gn.create_charge(body=body)
```

Check out the response:
Expand Down

0 comments on commit 5df892f

Please sign in to comment.