This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from heidelpay/develop
Changes due to heidelpay GmbH re-branding
- Loading branch information
Showing
7 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
"authors": [ | ||
{ | ||
"name": "Stephano Vogel", | ||
"email": "development@heidelpay.de" | ||
"email": "development@heidelpay.com" | ||
} | ||
], | ||
"support" : { | ||
"email" : "[email protected]" | ||
}, | ||
"homepage" : "https://dev.heidelpay.de", | ||
"homepage" : "http://dev.heidelpay.com", | ||
"autoload" : { | ||
"psr-4": { | ||
"Heidelpay\\MessageCodeMapper\\": "lib" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,13 @@ | |
* This class is used for indicating a missing locale file for the library usage. | ||
* | ||
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file. | ||
* @copyright Copyright © 2016-present Heidelberger Payment GmbH. All rights reserved. | ||
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved. | ||
* | ||
* @link https://dev.heidelpay.de/php-messages-code-mapper | ||
* @link http://dev.heidelpay.com/php-messages-code-mapper | ||
* | ||
* @author Stephano Vogel | ||
* @author Stephano Vogel <[email protected]> | ||
* | ||
* @package heidelpay | ||
* @subpackage php-messages-code-mapper | ||
* @category php-messages-code-mapper | ||
* @package heidelpay\php-message-code-mapper\exceptions | ||
*/ | ||
class MissingLocaleFileException extends Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,13 @@ | |
* This class provides the functionality for reading the locale files. | ||
* | ||
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file. | ||
* @copyright Copyright © 2016-present Heidelberger Payment GmbH. All rights reserved. | ||
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved. | ||
* | ||
* @link https://dev.heidelpay.de/php-messages-code-mapper | ||
* @link http://dev.heidelpay.com/php-messages-code-mapper | ||
* | ||
* @author Stephano Vogel | ||
* @author Stephano Vogel <[email protected]> | ||
* | ||
* @package heidelpay | ||
* @subpackage php-messages-code-mapper | ||
* @category php-messages-code-mapper | ||
* @package heidelpay\php-message-code-mapper | ||
*/ | ||
class FileSystem | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,13 @@ | |
* The path is important when own implementations have to be used. | ||
* | ||
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file. | ||
* @copyright Copyright © 2016-present Heidelberger Payment GmbH. All rights reserved. | ||
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved. | ||
* | ||
* @link https://dev.heidelpay.de/php-messages-code-mapper | ||
* @link http://dev.heidelpay.com/php-messages-code-mapper | ||
* | ||
* @author Stephano Vogel | ||
* @author Stephano Vogel <[email protected]> | ||
* | ||
* @package heidelpay | ||
* @subpackage php-messages-code-mapper | ||
* @category php-messages-code-mapper | ||
* @package heidelpay\php-message-code-mapper | ||
*/ | ||
class MessageCodeMapper | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ | |
* This class provides unit tests for the CustomerMessage implementation. | ||
* | ||
* @license Use of this software requires acceptance of the License Agreement. See LICENSE file. | ||
* @copyright Copyright © 2016-present Heidelberger Payment GmbH. All rights reserved. | ||
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved. | ||
* | ||
* @link https://dev.heidelpay.de/php-messages-code-mapper | ||
* @link http://dev.heidelpay.com/php-messages-code-mapper | ||
* | ||
* @author Stephano Vogel | ||
* @author Stephano Vogel <[email protected]> | ||
* | ||
* @package heidelpay | ||
* @subpackage php-messages-code-mapper | ||
|