Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
missing line in amex controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters authored Feb 28, 2019
1 parent 2222cb7 commit 8be3659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catalog/controller/extension/payment/paynl_amex.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
$dir = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
$autoload = $dir.'/Pay/Autoload.php';

require_once $autoload;

class ControllerExtensionPaymentPaynlAmex extends Pay_Controller_Payment {
Expand Down

0 comments on commit 8be3659

Please sign in to comment.