Skip to content

Commit

Permalink
[ECP-8333] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp committed Nov 14, 2023
1 parent 4861c7f commit a26f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subscriber/ContextSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function addAdyenData(SalesChannelContextResolvedEvent $event): void

private function setGiftcardPaymentMethodAfterContextRestored(
SalesChannelContext $context,
PaymentStateDataEntity $stateData,
PaymentStateDataEntity $stateData
): void {
$currency = $context->getCurrency()->getIsoCode();
$decodedStateData = json_decode($stateData->getStateData(), true);
Expand Down

0 comments on commit a26f69f

Please sign in to comment.