We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7d25f commit 474c376Copy full SHA for 474c376
app/code/Magento/QuoteGraphQl/Test/Unit/Plugin/Quote/ValidatePaymentOnPlaceOrderTest.php
@@ -25,6 +25,9 @@ class ValidatePaymentOnPlaceOrderTest extends TestCase
25
/** @var PaymentHelper&MockObject */
26
private PaymentHelper $paymentHelper;
27
28
+ /**
29
+ * @var ValidatePaymentOnPlaceOrder
30
+ */
31
private ValidatePaymentOnPlaceOrder $plugin;
32
33
protected function setUp(): void
0 commit comments