Skip to content

Commit 3e59df0

Browse files
author
Vitaliy
authored
Update SetPaymentMethodOnCartTest.php
1 parent 8e8dc28 commit 3e59df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetPaymentMethodOnCartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testSetPaymentOnCartWithSimpleProduct()
7070
*/
7171
public function testSetPurchaseOrderPaymentMethodOnCartWithSimpleProduct()
7272
{
73-
$methodCode = Checkmo::PAYMENT_METHOD_CHECKMO_CODE;
73+
$methodCode = Purchaseorder::PAYMENT_METHOD_PURCHASEORDER_CODE;
7474
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
7575

7676
$query = <<<QUERY

0 commit comments

Comments
 (0)