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

Order: Referrals may be improperly canceled

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.9.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      In plugins/order/models/order_affiliate_referrals.php around line 186 change:

                  if ($order->status = 'canceled') {
      

      To

                  if ($order->status === 'canceled') {
      

        Activity

        There are no comments yet on this issue.

          People

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

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              15/Dec/23

              Agile