Skip to content

Commit 0b23c2b

Browse files
authored
add register form to payment confirmation page (#3670)
2 parents b214c7e + 3e160ee commit 0b23c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Model/GoPay/GoPayOrderMapper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ public function createGoPayPaymentData(Order $order, ?string $goPayBankSwift): a
5353
[
5454
'orderIdentifier' => $order->getUuid(),
5555
'orderPaymentStatusPageValidityHash' => $order->getOrderPaymentStatusPageValidityHash(),
56+
'orderEmail' => $order->getEmail(),
57+
'orderUrlHash' => $order->getUrlHash(),
5658
],
5759
UrlGeneratorInterface::ABSOLUTE_URL,
5860
),

0 commit comments

Comments
 (0)