Skip to content

Commit

Permalink
fix(sync): fixed sync of domain status for outbound transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Mar 11, 2020
1 parent 9303bce commit 95a2428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrars/ispapi/ispapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -3002,7 +3002,7 @@ function ispapi_Sync($params)
"DOMAIN" => $domain->getDomain()
], ispapi_config($params));

if ($response["CODE"] == 531 || $response["CODE"] == 545) {
if ($r["CODE"] == 531 || $r["CODE"] == 545) {
return [
"transferredAway" => true
];
Expand Down

0 comments on commit 95a2428

Please sign in to comment.