Skip to content

Commit 5915c58

Browse files
authored
Merge pull request #7 from lamoda/DMS-368-pass-order-request-type-to-oms
Add 'remark' release method type to create order request
2 parents c23ec81 + b5e4206 commit 5915c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/V2/Dto/CreateOrderForEmissionICRequestLight.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ final class CreateOrderForEmissionICRequestLight extends CreateOrderForEmissionI
1111
public const RELEASE_METHOD_TYPE_PRODUCTION = 'PRODUCTION';
1212
public const RELEASE_METHOD_TYPE_IMPORT = 'IMPORT';
1313
public const RELEASE_METHOD_TYPE_REMAINS = 'REMAINS';
14+
public const RELEASE_METHOD_TYPE_REMARK = 'REMARK';
1415

1516
public const CREATE_METHOD_TYPE_SELF_MADE = 'SELF_MADE';
1617
public const CREATE_METHOD_TYPE_CEM = 'CEM';

0 commit comments

Comments
 (0)