We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fd68f commit 3a6507eCopy full SHA for 3a6507e
1 file changed
Controller/Payment/Webhook.php
@@ -25,7 +25,7 @@
25
use Magento\Sales\Model\Order;
26
use Magento\Framework\App\CsrfAwareActionInterface;
27
28
-include_once realpath(dirname(__FILE__)) . '../class-paystack-plugin-tracker.php';
+include_once realpath(dirname(__FILE__)) . '/class-paystack-plugin-tracker.php';
29
class Webhook extends AbstractPaystackStandard implements CsrfAwareActionInterface
30
{
31
0 commit comments