Details

    • Type: Bug
    • Status: In Review
    • 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 ]

          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:

              Agile