Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Fix autoloader path in HeidelpayResponse example
Browse files Browse the repository at this point in the history
  • Loading branch information
devheidelpay committed Feb 21, 2017
1 parent f1e8ddd commit b19a7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/HeidelpayResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

/*Require the composer autoloader file */
require_once __DIR__.'/../vendor/autoload.php';
require_once __DIR__ . '/../../../autoload.php';

$HeidelpayResponse = new Heidelpay\PhpApi\Response($_POST);

Expand Down

0 comments on commit b19a7f0

Please sign in to comment.