File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ class TransactionTest extends WebapiAbstract
19
19
/**
20
20
* Service read name
21
21
*/
22
- const SERVICE_READ_NAME = 'salesTransactionRepositoryV1 ' ;
22
+ public const SERVICE_READ_NAME = 'salesTransactionRepositoryV1 ' ;
23
23
24
24
/**
25
25
* Resource path for REST
26
26
*/
27
- const RESOURCE_PATH = '/V1/transactions ' ;
27
+ public const RESOURCE_PATH = '/V1/transactions ' ;
28
28
29
29
/**
30
30
* Service version
31
31
*/
32
- const SERVICE_VERSION = 'V1 ' ;
32
+ public const SERVICE_VERSION = 'V1 ' ;
33
33
34
34
/**
35
35
* @var \Magento\Framework\ObjectManagerInterface
@@ -66,7 +66,7 @@ public function testTransactionGet()
66
66
$ childTransaction = reset ($ childTransactions );
67
67
68
68
$ expectedData = $ this ->getPreparedTransactionData ($ transaction );
69
- if (gettype ($ childTransaction ) != 'boolean ' ) {
69
+ if (gettype ($ childTransaction ) != 'boolean ' ) {
70
70
$ childTransactionData = $ this ->getPreparedTransactionData ($ childTransaction );
71
71
$ expectedData ['child_transactions ' ][] = $ childTransactionData ;
72
72
}
You can’t perform that action at this time.
0 commit comments