Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Add update URL for postback
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Nov 13, 2017
1 parent 3e1fa91 commit 804fc34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ProvisioningRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ class ProvisioningRequest extends ProvisioningBaseData
*/
public $cycle;

/**
* @var string URL to post updates for this request to
*/
public $updateUrl;

public function hydrate($from)
{
parent::hydrate($from);
Expand Down

0 comments on commit 804fc34

Please sign in to comment.