Skip to content

Commit 7d51a2e

Browse files
committed
ACQE-8206: [Issue] [Checkout] Depend directives updated in failed payment email template
- Modified the checkout type to onepage
1 parent 935433a commit 7d51a2e

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Checkout/Helper

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Checkout/Helper/DataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testSendPaymentFailedEmail(): void
102102
$this->checkoutHelper->sendPaymentFailedEmail(
103103
$quote,
104104
'Simulated payment failure',
105-
$quote->getPayment()->getMethod()
105+
'onepage'
106106
);
107107

108108
$message = $this->transportBuilder->getSentMessage();

0 commit comments

Comments
 (0)