File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ 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] ( https://github.com/unzerdev/php-sdk/compare/3.4.0..3.4.1 )
8
+ ## [ 3.4.1] ( https://github.com/unzerdev/php-sdk/compare/3.4.0..3.4.1 )
9
+
10
+ Revert deprecation of Sepa Direct Debit type.
11
+
9
12
### Changed
10
13
* Revert deprecation of ` \UnzerSDK\Resources\PaymentTypes\SepaDirectDebit ` .
11
14
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.4.0 ' ;
56
+ public const SDK_VERSION = '3.4.1 ' ;
57
57
58
58
/** @var string $key */
59
59
private $ key ;
You can’t perform that action at this time.
0 commit comments