Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Unzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Unzer implements UnzerParentInterface, PaymentServiceInterface, ResourceSe
public const BASE_URL = 'api.unzer.com';
public const API_VERSION = 'v1';
public const SDK_TYPE = 'UnzerPHP';
public const SDK_VERSION = '1.1.1.0';
public const SDK_VERSION = '1.1.1.1';

/** @var string $key */
private $key;
Expand Down