Skip to content

Commit 3a6507e

Browse files
authored
updated file path
1 parent 04fd68f commit 3a6507e

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)