Skip to content

Commit

Permalink
[ECP-8715] Fix redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp committed Feb 21, 2024
1 parent 1189bf6 commit 416a91e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Helper/PaymentsDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ public function initiatePaymentDetails(OrderInterface $order, array $payload): a
$requestOptions['idempotencyKey'] = $this->idempotencyHelper->generateIdempotencyKey($request);
$requestOptions['headers'] = $this->adyenHelper->buildRequestHeaders();

$requestOptions['idempotencyKey'] = $this->idempotencyHelper->generateIdempotencyKey($request);
$requestOptions['headers'] = $this->adyenHelper->buildRequestHeaders();

$paymentDetailsObj = $service->paymentsDetails(new PaymentDetailsRequest($request), $requestOptions);
$response = json_decode(json_encode($paymentDetailsObj->jsonSerialize()), true);
} catch (AdyenException $e) {
Expand Down

0 comments on commit 416a91e

Please sign in to comment.