Skip to content

Commit

Permalink
0110034: removed unneccessary Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mueller committed Jun 21, 2024
1 parent 45a2519 commit 173b8bd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@ public function downloadMandateAction()
$params = $this->moptPayoneMain->getParamBuilder()->buildGetFile($this->getPaymentId(), Shopware()->Session()->moptMandateDataDownload);
$service = $this->payoneServiceBuilder->buildServiceManagementGetFile();
$request = new Payone_Api_Request_GetFile($params);
// TODO check why SHA-384 seems unsupported
// $generateHashService = $this->container->get('MoptPayoneBuilder')->buildServiceClientApiGenerateHash();
// $request->set('hash', $generateHashService->generate($request, $params['key']));

try {
$response = $service->getFile($request);
Expand Down

0 comments on commit 173b8bd

Please sign in to comment.