Skip to content

Commit 24f5c8c

Browse files
authored
Merge branch 'develop' into CC-673/googlepay
2 parents 1776008 + 4d8b80b commit 24f5c8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
66
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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+
912
### Changed
1013
* Revert deprecation of `\UnzerSDK\Resources\PaymentTypes\SepaDirectDebit`.
1114

src/Unzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Unzer implements
5353
public const BASE_URL = 'api.unzer.com';
5454
public const API_VERSION = 'v1';
5555
public const SDK_TYPE = 'UnzerPHP';
56-
public const SDK_VERSION = '3.4.0';
56+
public const SDK_VERSION = '3.4.1';
5757

5858
/** @var string $key */
5959
private $key;

0 commit comments

Comments
 (0)