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 8e8dc28 commit 3e59df0Copy full SHA for 3e59df0
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetPaymentMethodOnCartTest.php
@@ -70,7 +70,7 @@ public function testSetPaymentOnCartWithSimpleProduct()
70
*/
71
public function testSetPurchaseOrderPaymentMethodOnCartWithSimpleProduct()
72
{
73
- $methodCode = Checkmo::PAYMENT_METHOD_CHECKMO_CODE;
+ $methodCode = Purchaseorder::PAYMENT_METHOD_PURCHASEORDER_CODE;
74
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
75
76
$query = <<<QUERY
0 commit comments