Skip to content

Commit 09e3126

Browse files
authored
Merge pull request #453 from rbibby/master
Add changeProcessRequired to PSS
2 parents 3c26700 + 6f76e54 commit 09e3126

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/PSS/Entities/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @property array $cc
2424
* @property int $unreadReplies
2525
* @property string $contactMethod
26+
* @property boolean $changeProcessRequired
2627
*/
2728
class Request extends Entity
2829
{

src/PSS/RequestClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class RequestClient extends BaseClient
1818
'system_reference' => 'systemReference',
1919
'unread_replies' => 'unreadReplies',
2020
'contact_method' => 'contactMethod',
21+
'change_process_required' => 'changeProcessRequired',
2122
];
2223

2324
/**

0 commit comments

Comments
 (0)