Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4534

Namesilo: Renewal missing payment ID parameter

    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

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              14/Dec/21

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 38 minutes
              38m

                Agile