We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a561a commit 9e287c1Copy full SHA for 9e287c1
CHANGELOG.md
@@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
18
### Security
19
20
+## [0.3.1] - 2019-10-01
21
+### Added
22
+
23
+### Changed
24
25
+### Deprecated
26
27
+### Removed
28
29
+### Fixed
30
+- [Api] Request now allow to provide "objects" as payload
31
32
## [0.3.0] - 2019-08-29
33
### Added
34
- Added examples (/examples) for the server to server checkout integration
src/Api/ApiRequest.php
@@ -7,7 +7,7 @@
7
8
class ApiRequest extends Request
9
{
10
- const SDK_VERSION = '0.3.0';
+ const SDK_VERSION = '0.3.1';
11
const FORMAT_JSON = 'json';
12
13
/**
0 commit comments