File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres
6
6
to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## UNRELEASED
8
+ ## [ 3.7.0 ] ( https://github.com/unzerdev/php-sdk/compare/3.6.0..3.7.0 )
9
9
10
- Click To Pay payment method is added to SDK.
10
+ Support for Click To Pay payment method is added to SDK.
11
11
12
12
### Added
13
13
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Unzer implements
53
53
public const BASE_URL = 'api.unzer.com ' ;
54
54
public const API_VERSION = 'v1 ' ;
55
55
public const SDK_TYPE = 'UnzerPHP ' ;
56
- public const SDK_VERSION = '3.6 .0 ' ;
56
+ public const SDK_VERSION = '3.7 .0 ' ;
57
57
58
58
/** @var string $key */
59
59
private $ key ;
You can’t perform that action at this time.
0 commit comments