Skip to content

Commit 8e72bff

Browse files
Merge pull request #10 from kumar-interserver/master
Added SubID field to avoid soap error for organization ssl ordering
2 parents c230809 + 9617ab6 commit 8e72bff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/GlobalSign.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ public function OVOrder($fqdn, $csr, $orderId, $approverEmail, $firstname, $last
531531
],
532532
'OrderID' => $orderId,
533533
'ApproverEmail' => $approverEmail,
534+
'SubID' => null,
534535
'OrganizationInfo' => [
535536
'OrganizationName' => $company, 'OrganizationAddress' => [
536537
'AddressLine1' => $address,

0 commit comments

Comments
 (0)