Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Talita committed Aug 24, 2016
1 parent f3f1249 commit 87ae84d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/carnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ body = {

### Setting message to customer **(optional)**

If you want the carnet billet to have a message to customer, it's possible to send a message with a maximum of 255 caracters, just as follows:
If you want the carnet billet to have a message to customer, it's possible to send a message with a maximum of 80 caracters, just as follows:

```ruby
body = {
Expand All @@ -104,7 +104,7 @@ body = {
},
repeats: 4,
expire_at: "2020-12-12",
message: "The delivery time is counted in working days, in other words not inlclude Saturdays, Sundays and holidays"
message: "The delivery time is counted in working days, not include weekends and holidays"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/charge-payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You'll receive the payment info in the callback, such as the barcode and the bil
}
```

If you want the banking billet to have a message to customer, it's possible to send a message with a maximum of 255 caracters, just as follows:
If you want the banking billet to have a message to customer, it's possible to send a message with a maximum of 80 caracters, just as follows:

```ruby
body = {
Expand All @@ -65,7 +65,7 @@ body = {
birth: "1977-01-15",
phone_number: "5144916523"
},
message: "The delivery time is counted in working days, in other words not inlclude Saturdays, Sundays and holidays"
message: "The delivery time is counted in working days, not include weekends and holidays"
}
}
}
Expand Down

0 comments on commit 87ae84d

Please sign in to comment.