Skip to content

Commit

Permalink
Remove the renews_at value
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Jan 1, 2024
1 parent 50646e2 commit 19abb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Registrar/NamecheapService.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getDomains(int $limit = 10, int $page = 1): LengthAwarePaginator
// 'original' => (array) $domain,
'created_at' => Carbon::parse($domain->Created),
'expires_at' => Carbon::parse($domain->Expires),
'renews_at' => $this->fetchPriceOfRenewal($domain->Name),
// 'renews_at' => $this->fetchPriceOfRenewal($domain->Name),
], $domains),
$domainResponse->CommandResponse->Paging->TotalItems ?? 0,
$limit,
Expand Down

0 comments on commit 19abb58

Please sign in to comment.