File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ 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
+ ## [ 3.5.0] ( https://github.com/unzerdev/php-sdk/compare/3.4.1..3.5.0 )
9
+
10
+ This version adds support for Google Pay.
11
+
12
+ ### Added
13
+ * Add ` \UnzerSDK\Resources\PaymentTypes\Googlepay ` payment type.
14
+ * Add Example for Google Pay.
15
+ * Add PHP 8.3 version to composer.json
16
+
8
17
## [ 3.4.1] ( https://github.com/unzerdev/php-sdk/compare/3.4.0..3.4.1 )
9
18
10
19
Revert deprecation of Sepa Direct Debit type.
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.1 ' ;
56
+ public const SDK_VERSION = '3.5.0 ' ;
57
57
58
58
/** @var string $key */
59
59
private $ key ;
You can’t perform that action at this time.
0 commit comments