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 cc86f9a commit 7e82287Copy full SHA for 7e82287
Controller/Observer.php
@@ -62,6 +62,10 @@ public function sendRequestToFraudLabsProNonObserver($observer) {
62
}
63
64
public function processSendRequestToFraudLabsPro($order) {
65
+ if (!$this->scopeConfig->getValue('fraudlabspro/active_display/active', \Magento\Store\Model\ScopeInterface::SCOPE_STORE)) {
66
+ return true;
67
+ }
68
+
69
$orderId = $order->getIncrementId();
70
71
if (empty($orderId))
0 commit comments