Skip to content

Commit

Permalink
Removed GDPR compliance processor in fallback url
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Klymenko committed Mar 6, 2020
1 parent 2bcc196 commit fa0c1b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Controller/Payment/Fallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ public function execute()
);
$resultRedirect->setPath('checkout/onepage/failure', ['_secure' => true]);
} finally {
$compliant = $this->gdprCompliance->process($this->getRequest()->getRequestString());
$this->logger->debug($compliant);
$this->logger->debug($this->getRequest()->getRequestString());
}
return $resultRedirect;
}
Expand Down

0 comments on commit fa0c1b5

Please sign in to comment.