Skip to content

Commit

Permalink
fix: inserting cor hook record (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wCrack authored Sep 30, 2021
1 parent 46d0eeb commit b30c0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ function synergywholesaledomains_initiateAuCorClient(array $params)

if ($invoice['result'] == 'success') {
// Add meta for domain extras with cor_invoiceId, value will be the renewal length
Capsule::table('tbldomains_extra')->create([
Capsule::table('tbldomains_extra')->insert([
'domain_id' => $params['domainid'],
'name' => "cor_{$invoice['invoiceid']}",
'value' => $renewalLength,
Expand Down

0 comments on commit b30c0fa

Please sign in to comment.