This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #38 from heidelpay/develop
Merge changes for release version 1.0.0.0
- Loading branch information
Showing
149 changed files
with
11,658 additions
and
2,952 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ | |
.idea | ||
/vendor/ | ||
/composer.lock | ||
/build | ||
/build | ||
/LessonsLearned.md |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/46f5a3e14f2144fb84d1989dca2a7a5c)](https://www.codacy.com/app/heidelpay/heidelpayPHP?utm_source=github.com&utm_medium=referral&utm_content=heidelpay/heidelpayPHP&utm_campaign=Badge_Grade) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a5fceb1b4f674fb49db39929559f3959)](https://www.codacy.com/app/heidelpay/heidelpayPHP?utm_source=github.com&utm_medium=referral&utm_content=heidelpay/heidelpayPHP&utm_campaign=Badge_Grade) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/a5fceb1b4f674fb49db39929559f3959)](https://www.codacy.com/app/heidelpay/heidelpayPHP?utm_source=github.com&utm_medium=referral&utm_content=heidelpay/heidelpayPHP&utm_campaign=Badge_Coverage) | ||
|
||
![Logo](https://dev.heidelpay.com/devHeidelpay_400_180.jpg) | ||
|
||
|
@@ -8,4 +9,21 @@ This SDK provides for an easy way to connect to the heidelpay Rest API. | |
Please refer to the following documentation for installation instructions and usage information. | ||
|
||
* [API Documentation](https://docs.heidelpay.com/docs/introduction) | ||
* [PHP SDK Documentation](https://docs.heidelpay.com/docs/php-sdk) | ||
* [PHP SDK Documentation](https://docs.heidelpay.com/docs/php-sdk) | ||
* [How to use the examples](https://docs.heidelpay.com/v1.0/docs/php-sdk#section-using-the-example-implementations) | ||
* [Debugging](https://docs.heidelpay.com/v1.0/docs/php-sdk#section-debugging) | ||
|
||
## Support | ||
For any issues or questions please get in touch with our support. | ||
|
||
### Web page | ||
[https://dev.heidelpay.com/](https://dev.heidelpay.com/) | ||
|
||
[email protected] | ||
|
||
### Phone | ||
+49 (0)6221/6471-100 | ||
|
||
@devHeidelpay |
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 |
---|---|---|
|
@@ -2,24 +2,25 @@ | |
/** | ||
* This file defines the constants needed for the card example. | ||
* | ||
* Copyright (C) 2018 heidelpay GmbH | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* @license http://www.apache.org/licenses/LICENSE-2.0 | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved. | ||
* | ||
* @link http://dev.heidelpay.com/ | ||
* | ||
* @author Simon Gabriel <[email protected]> | ||
* | ||
* @package heidelpay/mgw_sdk/examples | ||
* @package heidelpayPHP/examples | ||
*/ | ||
|
||
require_once __DIR__ . '/_enableExamples.php'; | ||
|
@@ -28,7 +29,5 @@ | |
} | ||
|
||
const EXAMPLE_BASE_FOLDER = HEIDELPAY_PHP_PAYMENT_API_URL . HEIDELPAY_PHP_PAYMENT_API_FOLDER; | ||
define('SUCCESS_URL', EXAMPLE_BASE_FOLDER . 'Success.php' ); | ||
define('FAILURE_URL', EXAMPLE_BASE_FOLDER . 'Failure.php' ); | ||
define('PUBLIC_KEY', 's-pub-2a10ifVINFAjpQJ9qW8jBe5OJPBx6Gxa'); | ||
define('PRIVATE_KEY', 's-priv-2a102ZMq3gV4I3zJ888J7RR6u75oqK3n'); | ||
define('SUCCESS_URL', EXAMPLE_BASE_FOLDER . 'Success.php'); | ||
define('FAILURE_URL', EXAMPLE_BASE_FOLDER . 'Failure.php'); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.