Skip to content

Commit

Permalink
Add demand document key to client
Browse files Browse the repository at this point in the history
  • Loading branch information
gwinn authored Feb 2, 2023
2 parents ec69399 + b21e846 commit 0e0f3ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SaaS/Service/Moysklad/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ class Api
);

const DOCUMENT_DATA_KEY = array(
'customerOrder'
'customerOrder',
'demand',
);

/**
Expand Down

0 comments on commit 0e0f3ac

Please sign in to comment.