Skip to content

Commit

Permalink
retry response
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Apr 16, 2021
1 parent e431b3c commit 88aec30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Response/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ public static function fromRaw($raw)
case ResponseType::PROVISION_SUCCESS:
$response = new ProvisioningSuccessResponse();
break;
case ResponseType::PROVISION_RETRY:
$response = new ProvisioningRetryResponse();
break;
case ResponseType::PROVISION_PROCESSING:
$response = new ProvisioningProcessingResponse();
break;
Expand Down

0 comments on commit 88aec30

Please sign in to comment.