Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.2
-
Component/s: None
-
Labels:None
Description
The renewal call for Namesilo doesn't utilize the module row payment ID. It should.
Change components/modules/namesilo/namesilo.php around line 463 from:
$vars = [
'domain' => $fields->{'domain'},
'years' => 1
];
To
$vars = [
'domain' => $fields->{'domain'},
'years' => 1
];
if (!empty($row->meta->payment_id)) {
$vars['payment_id'] = $row->meta->payment_id;
}
Activity
| Field | Original Value | New Value |
|---|---|---|
| Rank | Ranked higher |
| Sprint | 5.3.0 Sprint 4 [ 145 ] |
| Rank | Ranked lower |
| Assignee | Abdy Franco [ abdy ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Time Spent | 38 minutes [ 2280 ] | |
| Worklog Id | 15399 [ 15399 ] |
| Status | In Progress [ 3 ] | In Review [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | In Review [ 5 ] | Closed [ 6 ] |