Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #210 from heidelpay/UMCS-20/add_deprecation_note
Browse files Browse the repository at this point in the history
[change] (UMCS-20) Add deprecation note to readme.
  • Loading branch information
Ryouzanpaku authored Dec 15, 2020
2 parents 895eee1 + 39f4239 commit f6d1fac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.9.1][1.2.9.1]
### Add
* Deprecation note.

## [1.2.9.0][1.2.9.0]

### Add
Expand Down Expand Up @@ -453,3 +457,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[1.2.7.2]: https://github.com/heidelpay/heidelpayPHP/compare/1.2.7.1..1.2.7.2
[1.2.8.0]: https://github.com/heidelpay/heidelpayPHP/compare/1.2.7.2..1.2.8.0
[1.2.9.0]: https://github.com/heidelpay/heidelpayPHP/compare/1.2.8.0..1.2.9.0
[1.2.9.1]: https://github.com/heidelpay/heidelpayPHP/compare/1.2.9.0..1.2.9.1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[![PHP 7.4](https://img.shields.io/badge/php-7.4-blue.svg)](http://www.php.net)

![Logo](https://dev.heidelpay.com/devHeidelpay_400_180.jpg)
## Deprecated Repository
**This repository will be replaced by [unzerdev/php-sdk](https://github.com/unzerdev/php-sdk) please refer to the [migration guide](https://docs.unzer.com/docs/migration-to-unzer-php-sdk) to migrate to the new SDK.**

# heidelpay php-sdk
This SDK provides for an easy way to connect to the heidelpay Rest API.
Expand Down
2 changes: 1 addition & 1 deletion src/Heidelpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Heidelpay implements HeidelpayParentInterface, PaymentServiceInterface, Re
public const BASE_URL = 'api.heidelpay.com';
public const API_VERSION = 'v1';
public const SDK_TYPE = 'heidelpayPHP';
public const SDK_VERSION = '1.2.9.0';
public const SDK_VERSION = '1.2.9.1';

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

0 comments on commit f6d1fac

Please sign in to comment.