Skip to content

Commit b86e815

Browse files
Merge branch 'master' of github.com:lukman008/plugin-magento-2
2 parents fd463b2 + 4c12b52 commit b86e815

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Controller/Payment/Webhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
use Magento\Sales\Model\Order;
2626
use Magento\Framework\App\CsrfAwareActionInterface;
2727

28-
include_once realpath(dirname(__FILE__)) . '../class-paystack-plugin-tracker.php';
28+
include_once realpath(dirname(__FILE__)) . '/class-paystack-plugin-tracker.php';
2929
class Webhook extends AbstractPaystackStandard implements CsrfAwareActionInterface
3030
{
3131

Controller/Payment/class-paystack-plugin-tracker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ function log_transaction_success($trx_ref){
3939
}
4040
}
4141

42-
?>
42+
?>

0 commit comments

Comments
 (0)