Skip to content

Commit 3b1780c

Browse files
committed
PWA-1611: Add operation status to DeleteNegotiableQuotesOutput
* Fixed failed static tests
1 parent 301ae4d commit 3b1780c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/GraphQl/Model/Mutation/BatchResult.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
class BatchResult
1111
{
12-
const STATUS_SUCCESS = 'SUCCESS';
12+
public const STATUS_SUCCESS = 'SUCCESS';
1313

14-
const STATUS_FAILURE = 'FAILURE';
14+
public const STATUS_FAILURE = 'FAILURE';
1515

16-
const STATUS_MIXED = 'MIXED_RESULTS';
16+
public const STATUS_MIXED = 'MIXED_RESULTS';
1717
}

0 commit comments

Comments
 (0)