Skip to content

Commit

Permalink
Merge branch 'release/0.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 30, 2018
2 parents 3c05dd5 + 54cf97f commit 19a0ad5
Show file tree
Hide file tree
Showing 5 changed files with 9,334 additions and 28,508 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [0.3.5](https://github.com/bunq/doc/tree/0.3.5)

[Full Changelog](https://github.com/bunq/doc/compare/0.3.4...0.3.5)

**Closed issues:**

- Minify swagger.json [\#19](https://github.com/bunq/doc/issues/19)
- Small typo [\#17](https://github.com/bunq/doc/issues/17)
- Typo's in base.json [\#11](https://github.com/bunq/doc/issues/11)
- POST, UPDATE and DELETE repossess are not correct [\#8](https://github.com/bunq/doc/issues/8)

**Merged pull requests:**

- Fix responses bunq/doc\#8 [\#20](https://github.com/bunq/doc/pull/20) ([OGKevin](https://github.com/OGKevin))
- Fixed Befor to Before in description. \(bunq/doc\#17\) [\#18](https://github.com/bunq/doc/pull/18) ([OGKevin](https://github.com/OGKevin))
- \[bunq/doc\#11\] Fix typo's in base.json for 4xx errors [\#12](https://github.com/bunq/doc/pull/12) ([sandervdo](https://github.com/sandervdo))

## [0.3.4](https://github.com/bunq/doc/tree/0.3.4) (2018-04-26)
[Full Changelog](https://github.com/bunq/doc/compare/0.3.3...0.3.4)

## [0.3.3](https://github.com/bunq/doc/tree/0.3.3) (2018-04-26)
[Full Changelog](https://github.com/bunq/doc/compare/0.3.2...0.3.3)

Expand Down Expand Up @@ -38,4 +58,4 @@
## [0.1.0](https://github.com/bunq/doc/tree/0.1.0) (2018-04-16)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*:
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ You want to offer bunq payments on a website or in an application.

In this use case the consumer and the merchant both have a bunq account. The consumer wants to pay with bunq and enters their alias in the bunq payment field at checkout. The merchant sends the request for payment to the consumer when the consumer presses enter. The consumer agrees to the request in the bunq mobile app and the merchant has immediate confirmation of the payment.

## Befor you start
## Before you start

Make sure that you have opened a session and that for any call you make after that, you pass the session’s token in the X-Bunq-Client-Authentication header.

Expand Down
2 changes: 1 addition & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
},
"error_description_translated": {
"type": "string",
"description": "The error description tranlsated to the user's lenguage."
"description": "The error description translated to the user's language."
}
}
}
Expand Down
Loading

0 comments on commit 19a0ad5

Please sign in to comment.