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 #37 from heidelpay/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bnoobbnoob authored Sep 14, 2018
2 parents 583da51 + 81e428a commit 558e535
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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).

## [v1.6.2][v1.6.2]

### Fixed
- Path to autoloader in EasyCredit example.

## [v1.6.1][v1.6.1]

### Added
Expand Down Expand Up @@ -141,3 +146,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[v1.5.0]: https://github.com/heidelpay/php-payment-api/compare/v1.4.1...v1.5.0
[v1.6.0]: https://github.com/heidelpay/php-payment-api/compare/v1.5.0...v1.6.0
[v1.6.1]: https://github.com/heidelpay/php-payment-api/compare/v1.6.0...v1.6.1
[v1.6.2]: https://github.com/heidelpay/php-payment-api/compare/v1.6.1...v1.6.2
2 changes: 1 addition & 1 deletion example/EasyCredit.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Require the composer autoloader file
*/
require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../../../autoload.php';

//####### Checks whether the response file is writable. ##############################################################
//####### The results from the easyCredit payment plan selection will be sent via POST in a server-to-server request.#
Expand Down
2 changes: 1 addition & 1 deletion lib/Constants/ApiConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class ApiConfig
{
const SDK_VERSION = 'v1.6.1';
const SDK_VERSION = 'v1.6.2';

const LIVE_URL = 'https://heidelpay.hpcgw.net/ngw/post';
const TEST_URL = 'https://test-heidelpay.hpcgw.net/ngw/post';
Expand Down

0 comments on commit 558e535

Please sign in to comment.