File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.6.0 ] ( https://github.com/unzerdev/php-sdk/compare/3.5.0..3.6.0 )
9
9
10
10
Twint payment method is added to SDK.
11
11
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.5 .0 ' ;
56
+ public const SDK_VERSION = '3.6 .0 ' ;
57
57
58
58
/** @var string $key */
59
59
private $ key ;
You can’t perform that action at this time.
0 commit comments