Skip to content

Commit

Permalink
fix: add missing transfer properties (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcecube authored Aug 7, 2023
1 parent 4d88f01 commit 7ba71c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function map(RestCheckoutRequestAttributesTransfer $restCheckoutRequestAt
$newsletterService->getNewsletterParamName() => $newsletterService->getNewsletterParamName(),
$newsletterService->getNewsletterTokenParamName() => $newsletterService->getHash($customer->getEmail()),
];

$quoteTransfer->setSignupNewsletter(true);
$quoteTransfer->setOptInUrl($newsletterService->getOptInUrl($params));
$quoteTransfer->setOptOutUrl($newsletterService->getOptOutUrl($params));
}
Expand Down

0 comments on commit 7ba71c7

Please sign in to comment.