Skip to content

Commit

Permalink
Merge pull request #10 from kumar-interserver/master
Browse files Browse the repository at this point in the history
Added SubID field to avoid soap error for organization ssl ordering
  • Loading branch information
kumar-interserver authored Jun 26, 2019
2 parents c230809 + 9617ab6 commit 8e72bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GlobalSign.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ public function OVOrder($fqdn, $csr, $orderId, $approverEmail, $firstname, $last
],
'OrderID' => $orderId,
'ApproverEmail' => $approverEmail,
'SubID' => null,
'OrganizationInfo' => [
'OrganizationName' => $company, 'OrganizationAddress' => [
'AddressLine1' => $address,
Expand Down

0 comments on commit 8e72bff

Please sign in to comment.