Skip to content

Commit ee0f508

Browse files
committed
LYNX-687: Action parameter added for return and cancel confirmation links
1 parent 2e259e1 commit ee0f508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/OrderCancellationGraphQl/Model/CancelOrderGuest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ private function sendConfirmationKeyEmail(Order $order, string $reason): void
8080
$order->getIncrementId(),
8181
$order->getBillingAddress()->getEmail(),
8282
$order->getBillingAddress()->getLastname()
83-
)
83+
),
84+
'action' => 'cancel'
8485
]
8586
);
8687

0 commit comments

Comments
 (0)