Skip to content

Commit

Permalink
Merge pull request #95 from domainregistrar/patch-2
Browse files Browse the repository at this point in the history
Update TPPWholesaleApi.php pass AccountOption EXTERNAL in register API call
  • Loading branch information
uphlewis authored Sep 19, 2024
2 parents 366eb31 + 2f203cc commit 671f932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TPPWholesale/Helper/TPPWholesaleApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public function register(
'Action' => 'Create',
'Domain' => $domainName,
'Period' => $period,
'AccountOption' => 'EXTERNAL',
'OwnerContactID' => $contacts[self::CONTACT_TYPE_REGISTRANT],
'AdministrationContactID' => $contacts[self::CONTACT_TYPE_ADMIN],
'TechnicalContactID' => $contacts[self::CONTACT_TYPE_TECH],
Expand Down

0 comments on commit 671f932

Please sign in to comment.