Details

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

      Description

      To reproduce:

      1. Make sure stripe payments is installed (likely affects other gateways) and assign usd
      2. Create an invoice for usd
      3. In the admin interface click to pay
      4. Enter test details into the form
      5. Continue until you encounter the error "The payment type is not supported for this gateway"

      In app/views/admin/default/admin_tools_logservicechanges.php around line 46, change from

                                  if ($transaction->type == 'credit') {
      

      To

                                  if ($transaction->transaction_type == 'credit') {
      

      In app/models/transactions.php around line 248, change from

                  'transaction_types.name' => 'type_name', 'transaction_types.type' => 'type'
      

      To

                  'transaction_types.name' => 'type_name', 'transaction_types.type' => 'transaction_type'
      

        Activity

        jonathan Jonathan Reissmueller created issue -
        jonathan Jonathan Reissmueller made changes -
        Field Original Value New Value
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Sprint 5.12.0 Sprint 1 [ 212 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked lower
        jonathan Jonathan Reissmueller made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        jonathan Jonathan Reissmueller made changes -
        Status In Progress [ 3 ] In Review [ 5 ]
        Resolution Fixed [ 1 ]
        abdy Abdy Franco made changes -
        Remaining Estimate 0 minutes [ 0 ]
        Time Spent 37 minutes [ 2220 ]
        Worklog Id 17546 [ 17546 ]
        abdy Abdy Franco made changes -
        Status In Review [ 5 ] Closed [ 6 ]

          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:
              18/Feb/25

              Time Tracking

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

                Agile