Skip to content

Commit 474c376

Browse files
committed
AC-9605: Place order with disabled Payment method working
1 parent 9e7d25f commit 474c376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/QuoteGraphQl/Test/Unit/Plugin/Quote/ValidatePaymentOnPlaceOrderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class ValidatePaymentOnPlaceOrderTest extends TestCase
2525
/** @var PaymentHelper&MockObject */
2626
private PaymentHelper $paymentHelper;
2727

28+
/**
29+
* @var ValidatePaymentOnPlaceOrder
30+
*/
2831
private ValidatePaymentOnPlaceOrder $plugin;
2932

3033
protected function setUp(): void

0 commit comments

Comments
 (0)