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 #4 from heidelpay/develop
Browse files Browse the repository at this point in the history
heidelpay GmbH re-branding
  • Loading branch information
stevenobird authored Mar 1, 2018
2 parents f91aa5a + 037cdb0 commit 3029c2e
Show file tree
Hide file tree
Showing 28 changed files with 66 additions and 61 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ matrix:
env: deps=no
- php: 7.1
env: deps=high
- php: 7.2
env: deps=no
- php: 7.2
env: deps=high

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Lizenzvereinbarung Plug-in

I. Präambel

Diese Lizenzvereinbarung Plug-in (nachfolgend – „Vereinbarung“) bildet einen Vertrag zwischen dem Nutzer des Plug-ins und der Heidelberger Payment GmbH (nachfolgend „heidelpay“).
Diese Lizenzvereinbarung Plug-in (nachfolgend – „Vereinbarung“) bildet einen Vertrag zwischen dem Nutzer des Plug-ins und der heidelpay GmbH (nachfolgend „heidelpay“).

Das Plug-in von heidelpay ist ein Software-Programm, welches die Schnittstelle zum Payment-System von heidelpay mit einer Anwendung (zum Beispiel: Shopsystem, Warenwirtschaft, Debitorenmanagement etc.) verbindet. Das Plug-in dient dem Datenaustausch zwischen dem Payment-System von heidelpay und der Anwendung. Das Plug-in erweitert den Funktionsumfang der Anwendung hinsichtlich der mit heidelpay gesondert vertraglich vereinbarten Leistungen.

Expand Down Expand Up @@ -32,7 +32,7 @@ IV. Lizenz
1. Diese Vereinbarung räumt nur solchen Nutzern Nutzungsrechte ein, die Unternehmer im Sinne des BGB sind. Eine Nutzung durch Verbraucher ist nicht gestattet.
2. Die von heidelpay im Rahmen dieser Vereinbarung gewährte Lizenz, ist für den Nutzer unentgeltlich.
3. Unter der Voraussetzung der Einhaltung der Bestimmungen dieser Vereinbarung, erteilt heidelpay dem Nut-zer das zeitlich unbefristete, widerrufliche, räumlich auf Europa begrenzte Recht, das Plug-in zu verändern, unverändert oder in veränderter Form zu dem in der Präambel dargestellten Zweck für geschäftliche Zwecke zu nutzen, d.h. das Plug-in zu speichern, ablaufen zu lassen, zu vervielfältigen, zu verbreiten und öffentlich zugänglich zu machen.
4. Heidelpay kann neue Versionen/Updates des Plug-ins anbieten, die zum Beispiel Fehlerbehebungen und neue Funktionalitäten beinhalten können. Heidelpay empfiehlt daher die regelmässige Überprüfung der Ak-tualität des Plug-in, dies wird auf der Seite http://dev.heidelpay.de veröffentlicht. Auch diese neuen Versio-nen/Updates unterliegen den Bedingungen dieser Vereinbarung.
4. Heidelpay kann neue Versionen/Updates des Plug-ins anbieten, die zum Beispiel Fehlerbehebungen und neue Funktionalitäten beinhalten können. Heidelpay empfiehlt daher die regelmässige Überprüfung der Ak-tualität des Plug-in, dies wird auf der Seite http://dev.heidelpay.com veröffentlicht. Auch diese neuen Versio-nen/Updates unterliegen den Bedingungen dieser Vereinbarung.

V. Beschränkungen

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
[![PHP 5.6](https://img.shields.io/badge/php-5.6-blue.svg)](http://www.php.net)
[![PHP 7.0](https://img.shields.io/badge/php-7.0-blue.svg)](http://www.php.net)
[![PHP 7.1](https://img.shields.io/badge/php-7.1-blue.svg)](http://www.php.net)
[![PHP 7.2](https://img.shields.io/badge/php-7.2-blue.svg)](http://www.php.net)

![Logo](https://dev.heidelpay.de/devHeidelpay_400_180.jpg)
![Logo](http://dev.heidelpay.com/devHeidelpay_400_180.jpg)

# Welcome to the heidelpay basket api

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"authors": [
{
"name": "Jens Richter",
"email": "development@heidelpay.de",
"email": "development@heidelpay.com",
"homepage": "http://dev.heidelpay.com",
"role": "Developer"
},
{
"name": "Stephano Vogel",
"email": "development@heidelpay.de",
"email": "development@heidelpay.com",
"homepage": "http://dev.heidelpay.com",
"role": "Developer"
}
],
"require": {
"php": "~5.6.0|~7.0.0|~7.1.0",
"php": ">=5.6.0",
"lib-curl": ">=7.26.0",
"lib-openssl": ">=1.0.1.5"
},
Expand All @@ -37,9 +37,9 @@
}
},
"support": {
"email": "development@heidelpay.de"
"email": "development@heidelpay.com"
},
"homepage": "https://dev.heidelpay.de",
"homepage": "http://dev.heidelpay.com",
"minimum-stability": "dev",
"type": "library",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions lib/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* Interface for connection adapters
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\interfaces\adapter
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Adapter/CurlAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
* based on a standard library like zend-http or guzzlehttp.
*
* @license Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link https://dev.heidelpay.de/PhpApi
* @link http://dev.heidelpay.com/PhpBaketApi
*
* @author Jens Richter <development@heidelpay.de>
* @author Jens Richter <development@heidelpay.com>
*
* @package heidelpay
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/BasketError.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
* @version 1.2
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Interaction\Object
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Exception/BasketException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* Basket Exception Class
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Exception/BasketItemException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* BasketItem Exception Class
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Exception/CurlAdapterException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* Curl Adapter Exception Class
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Exception/InvalidBasketitemIdException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* Invalid BasketItem Id Exception Class
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Exception/InvalidBasketitemPositionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* Invalid BasketItem Id Exception Class
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Exception/ParameterOverflowException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* Parameter Overflow Exception Class
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Exception/RequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* Request Exception Class
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Object/AbstractObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* Abstract Class for all object implementations of the heidelpay PHP Basket API implementation
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Object
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Object/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* Authentication object for the heidelpay basket api
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Jens Richter <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.de>
* @author Jens Richter <development@heidelpay.com>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Object
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Object/Basket.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
* @version 1.2
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Jens Richter <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.de>
* @author Jens Richter <development@heidelpay.com>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Object
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Object/BasketItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
* @version 1.2
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Jens Richter <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.de>
* @author Jens Richter <development@heidelpay.com>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Object
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
* Implementation for creating and sending a request to the heidelpay Basket API.
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Jens Richter <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.de>
* @author Jens Richter <development@heidelpay.com>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\Interaction\Object
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
* Representation of the heidelpay Basket API Response
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\interaction\object
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Integration/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
* Integration Testsuite for all requests to the API
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\tests\integration
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/BasketErrorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* Unit tests for the BasketError object
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\tests\unit
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/Object/AuthenticationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* Authentication Unit Tests
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Jens Richter <development@heidelpay.de>
* @author Jens Richter <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\tests\unit\object
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/Object/BasketItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* Unit tests for the BasketItem Objects
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\tests\unit\object
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/Object/BasketTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
* Tests for the PHP Basket API Object
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Jens Richter <development@heidelpay.de>
* @author Jens Richter <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\tests\unit\object
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/RequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
* Unit tests for the Request object
*
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file.
* @copyright Copyright © 2017-present Heidelberger Payment GmbH. All rights reserved.
* @copyright Copyright © 2017-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/php-basket-api
*
* @author Stephano Vogel <development@heidelpay.de>
* @author Stephano Vogel <development@heidelpay.com>
*
* @package heidelpay\php-basket-api\test\unit
*/
Expand Down
Loading

0 comments on commit 3029c2e

Please sign in to comment.